/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back.png) repeat-y center top;
	text-align: left;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #99CCFF;
}

a:hover {
	text-decoration: underline;
	color: #3399FF;
}

#alink {
	font-weight: bold;	
	text-decoration: none;
	color: #3399FF;
}

#alink:hover {
	text-decoration: underline;
}

#blink {
	text-decoration: none;
	color: #33CCFF;
	font-weight : normal;
}
#blink:hover {
	text-decoration: underline;
	color: #3399FF;
}

#clink {
	text-decoration: none;
	font-weight : bold;
	color: #333333;
}
#clink:hover {
	text-decoration: underline;
}

/************* HEADER STUFF ************/
#band {
	width: 770px;
	height: 30px;
	margin: 0px auto;
	padding: 10px 0px 3px 0px;
	background-color: #000000;
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
	
#header {
	width: 770px;
	height: 130px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header.jpg);
}

#header2 {
	width: 770px;
	height: 130px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/dsbphotos.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #3399FF;
	font-size: 2em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#header h3 {
	color: #3399FF;
}

h2 {
	font-weight: bold;	
	font-size: 18px;
}

h3 {
	font-weight: bold;	
	font-size: 18px;
	color: #33CCFF;
}



/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #333333;
}

#men {
background-color: #333333;
}
/************* CONTENT ************/


 li {
	margin : 0%;
}

#content {
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height : 1500;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 30px 20px 40px 20px;
	height : 1500px;
}

#right {
	float: left;
	width: 210px;
	padding: 30px 20px 40px 20px;
	color: #99CCFF;
	text-align: left;
	background-color : #424D47;
	height : 1500px;
	background : url(images/right.png);
}


#leftphoto {
	float: left;
	width: 480px;
	padding: 30px 20px 40px 20px;
	height : 2000px;
}

#rightphoto {
	float: left;
	width: 210px;
	padding: 30px 20px 40px 20px;
	color: #99CCFF;
	text-align: left;
	background-color : #424D47;
	height : 2000px;
	background : url(images/right.png);
}

td {
	text-align : center;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 770px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}