/*  CSS Reset by Dejan Cancarevic http://stylizedweb.com/2008/02/14/10-best-css-hacks/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}

/* custom css */
body {
	background: #FFFFFF url(images/back.jpg) repeat fixed 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.clear { clear:both; }
#containder { width:950px; margin:8px auto 0px; }
#innerwrapper { padding:15px 0px; background-color: #FFFFFF;  }
#contentwrapper { width:825px; margin:0px auto; }
#blueline { padding-top:8px; margin-bottom:8px; }
#innercontent { width:642px; float:left; display:inline; }
#innercontent p , #innercontent ul  { margin:12px auto; }
#innercontent ul { padding-left:40px; }
#innercontent .contentimage { width:205px; float:right; text-align:right; }
#innercontent .highlight {color: #0183A2;}
#innercontent a { color: #0183A2; text-decoration: none; border-bottom: dotted 1px #0183A2; font-weight:bold; }
#innercontent a:hover { color: #000000; border-bottom: dotted 1px #000000; }
#aboutphoto {
	float: right;
	width: 205px;}
	
#innermiddle { width:58px; float:left; }
#innerright { width:125px; float:left; }

#contactbottom { background-color:#dbecf0; width:610px; font-weight:bold; float:left; padding:8px 15px; } 
#contactbottom a { color: #0183A2; text-decoration: none; border-bottom: dotted 1px #0183A2; }
#contactbottom a:hover { color: #000000; border-bottom: dotted 1px #000000; }
#contactbottom .left { float:left; width:84px; }
#contactbottom .middle { float:left; width:198px; }
#contactbottom .right { float:left; width:328px; }
#footer { text-align:center; color:#FFF; margin-bottom:15px;  }
#footer a { color:#FFF; font-weight:bold; text-decoration: none; }


