/* CSS Document */

html		{ background-color: #bfbfbf;}
body		{ font-family: tahoma; color: #333; font-size: 12px; margin: 0px 0px 5px 0px; }

h1			{ color: #345972; font-size: 16px; font-family: arial; }

#wrapper	{ background-color: white; width: 775px; height: auto; margin-right: auto; margin-left: auto; margin-bottom: 5px; margin-top: 15px; border: 1px solid black; }
#nav		{ height: 38px; background-color: black; width: 775px; }
#header		{ height: 195px; width: 775px; }
#content	{ width: 775px; height: auto; background-color: white; }
#leftside	{ width: 460px; height: auto; float: left; padding: 12px; }
#rightside	{ width: 271px; height: auto; float: right; padding: 10px; }
#footer		{ width: 775px; height: 45px; background:  url('images/footer_bground.gif'); text-align: center; font-family: tahoma; font-size: 11px; color: white; line-height: 14px; clear: both; }
#bigbuddy	{ text-align: center; color: black; font-size: 9px; font-family: tahoma; }
#contact_form	{ margin-left: 50px; }

a:link		{ text-decoration: none; border-bottom: 1px dotted #345972; color: #345972; font-weight: bold; }
a:visited	{ text-decoration: none; border-bottom: 0px; color: #345972; font-weight: bold; }
a:hover		{ text-decoration: underline; border-bottom: 0px; color: #345972; font-weight: bold; }
a:active	{ text-decoration: none; border-bottom: 1px dotted #345972; color: #345972; font-weight: bold; }

#footer a:link			{ text-decoration: none; border-bottom: 0px; color: #eee; font-weight: bold; }
#footer a:visited		{ text-decoration: none; color: #eee; font-weight: bold; }
#footer a:hover			{ text-decoration: none; color: #345972; font-weight: bold; }
#footer a:active		{ text-decoration: none; color: #eee; font-weight: bold; }

img a 	{ border-bottom: 0px; text-decoration: none; }

.index_page		{ text-align: justify; color: #454545; font-family: tahoma, sans-serif; font-size: 9pt; width: 90%; margin-left: 12px; }
.sub_heading		{ text-transform: uppercase; color: #9c9c9c; font-family: verdana, sans-serif; font-size: 9px; font-weight: bold; margin-left: 3px; }


