/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 685px;
}
#wrapper {
	width: 685px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 685px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 5px;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 20px;
	background-image: url(img/vlogos.jpg);
	background-repeat: no-repeat;
}
#links {
}
#sub_head {
	margin-bottom: 20px;
	margin-top: 20px;
}
#content {
	width: 685px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000000;
	height: 600px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.nav_type {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
	letter-spacing: 1px;
}
#spacer.div {
	height: 40px;
}
.text_new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 1px;
}
#index_content {
	width: 685px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
