body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	/*font-family: Palatino Linotype, georgia, "Times New Roman", serif;*/
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #4CC0F5;
	background-image:url(img/bg.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 15px 0px;
	font-size: 22px;
	color: #00ADEE;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
/***** STRUCTURE *****/
#big_box {
	width: 951px; 
	padding: 0px;
	margin: 0px;
	background-image:url(img/content_bg.jpg);
	background-repeat: repeat-y;
	/*border: 2px solid #ccc;*/
	}
	
#header {
	width:951px;
	height:165px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 921px;
	padding: 15px;
	background-image: url(img/content_corner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	/*border: 1px solid red;*/
}
#col_1 {
	width: 280px;
	float: left;
	/*border: 1px solid blue;*/
}
#col_2 {
	width: 360px;
	padding: 0px 15px 0px 15px;
	float: left;
	text-align: justify;
	line-height: 150%;
	/*border: 1px solid green;*/
}
#col_3 {
	width: 225px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	padding-left: 15px;
	float: left;
	/*border: 1px solid yellow;*/
}
#footer {
	width: 951px;
	height: 178px;
	background-image:url(img/foot.jpg);
	background-repeat: no-repeat;
}
/***** NAVIGATION *****/
#the_menu {
	padding: 0px;
	margin: 20px 10px 10px 0px;
	text-align: right;
}
#the_menu ul li {
	list-style: none;
	font-size: 18px;
	font-weight:bold;
}
a img {border: none; }
a {
	color: #00ADEE; 
	text-decoration: none;
}
a:hover {text-decoration: underline;}
a:visited {}
a:active {}
/***** GENERIC CLASSES *****/
.left {
	float: left;
}
.right {
	float: right;
}
.spacer {
	clear: both;
}
/***** STYLE *****/
.my_name {
	font-size: 18px;
	font-weight:bold;
}
#contact_info {
	line-height: 140%;
}
#contact_info em {
	color: #00ADEE;
	font-size: 16px;
}
#certified_by {
	width: 225px;
	font-size: 11px;
}
#certified_by img {
	float: right;
}
.testimonial_names {
	color: #00ADEE;
	text-align: right;
}
#col_2 img {
	padding: 5px 0px 0px 15px;
}
#contact_form {
	text-align: left;
}
#contact_form .input, textarea {
	border: 1px solid #27AAE2;
	margin: 5px 0px 10px 0px;
}
.gallery { text-align: center;}
.gallery input, #gal_nav input{
	border: none;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #00ADEE;
	margin: 0px auto 10px auto;
}
.gallery input:hover, #gal_nav input:hover {
	border: none;
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #00ADEE;
	text-decoration: none;
}
#gal_nav table{
	width: 330px;
	border: none;
	margin: 20px auto 0px auto;
}
#gal_nav td{
	width: 33%;
	text-align: center;
}