/* CSS Document */

body { background:url(img/bgshader.jpg) repeat-x top #343434; color:#AACCCC; font-family:Arial, Helvetica, sans-serif; }

h1 { color:#6fa9bf; font-size:29px; font-weight:normal; margin:0px; text-align:right; }
h2 { color:#6fa9bf; margin-bottom:6px; }
h3 { color:#6fa9bf; margin-bottom:3px; }

input { font-size:19px; color:#006666; border:#099 solid 1px; }
textarea { font-size:19px; color:#006666; font-family:Verdana, Arial, Helvetica, sans-serif; border:#099 solid 1px; }

p { margin:0px 0px 6px 0px; }

li { margin-top:4px; }

a:link { color:#FFF; text-decoration:underline; }
a:visited { color:#FFF; text-decoration:underline; }
a:hover { color:#6fa9bf; text-decoration:underline; }
a:active { color:#FFFF00; text-decoration:underline; }

#header { padding:6px; border:1px #686868 solid; width:761px; background:#1D1D1D; text-align:left; }
	#title { text-align:right; margin:4px 0px 12px 0px; font }
	#menu { text-align:right; }

#content { padding:8px; width:761px; background:#000; text-align:left; }
	#contentsidebar { float:left; width:200px; margin-bottom:5px; }
	#contentmain { float:right; width:550px; margin-bottom:5px; }

#footer { padding:6px; border:1px #686868 solid; width:761px; background:#1D1D1D; text-align:right; clear:both; }

#contactformpartleft { float:left; clear:both; width:180px; text-align:right; }
#contactformpartright { float:right; width:565px;  margin-bottom:12px; }
