body,

	html {
		margin:0;
		padding:0;
		background:#BABAAB;
		color:#000;
		font: small "Trebuchet MS",Verdana,Arial,Sans-serif;
		font-size: 10pt
	}

	body {
		margin-top: 10px;
		min-width:750px;
	}

	#wrap {
		border-left: 10px solid #666666;
		border-right: 10px solid #666666;
		background: #B1B1B1;
		margin: 0 auto;
		width:750px;
	}

	#header {
		background:#ffffff;
		height: 198px;
		color: #333333;
		font-size: 40px;
		font-weight: bold;
		border-bottom: solid 1px white;
	}

	#header h1 {
    	padding:5px;
	    margin:0;
    }

	#nav {
		background:#333333;
		padding: 5px 10px;
		color: white;
		border-bottom: solid 1px white;
	}

	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}

	#nav li{
		display:inline;
		margin:0;
		padding:0;
	}
	a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
.inline:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.inline:visited {
	color: #000000;
	text-decoration: underline;
		font-weight: bold;
}
.inline:hover {
	color: #FF0000;
	text-decoration: underline;
		font-weight: bold;
}
.inline:active {
	color: #990000;
	text-decoration: underline;
		font-weight: bold;
}
.white_link:link {
	color: #ffffff;
	text-decoration: none;
}
.white_link:visited {
	color: #ffffff;
	text-decoration: none;
}
.white_link:hover {
	color: #999999;
	text-decoration: none;
}
.white_link:active {
	color: #990000;
	text-decoration: none;
}

.red_link:link {
	color: #000000;
	text-decoration: underline;
}
.red_link:visited {
	color: #000000;
	text-decoration: underline;
}
.red_link:hover {
	color: #CC0000;
	text-decoration: underline;
	font-style: italic;
}
.red_link:active {
	color: #CC0000;
	text-decoration: underline;
}
.red_designs:link {
	color: #000000;
	text-decoration: none;
}
.red_designs:visited {
	color: #000000;
	text-decoration: none;
}
.red_designs:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
.red_designs:active {
	color: #CC0000;
	text-decoration: none;
}
.footer:link {
	color: #000000;
	text-decoration: none;
}
.footer:visited {
	color: #000000;
	text-decoration: none;
}
.footer:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: normal;
}
.footer:active {
	color: #CC0000;
	text-decoration: none;
}
	#main {
	background:#FFFFFF;
	float:right;
	width:500px;
	}
		
	#main p {
		padding: 0 10px;
	}
	
	#mainnext {
		background:#FFFFFF;
		float:left;
		width:100%;
	}
		
	#mainnext p {
		padding: 0 10px;
	}	

	#sidebar {
		background:#B1B1B1;
		float:left;
		width:250px;
		height: 600px;
	}

	#sidebar ul {
		margin-bottom:0;
    }

    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }

	#footer {
	background:#F0F0F0;
	clear:both;
	text-align: center;
	padding: 5px;
	font-size: 11px;
	margin-bottom: 20px;
	height: 15px;
	vertical-align: middle;
	}

	#footer p {
		padding:5px;
		margin:0;
    }
	
	#credits {
		font-size: 10px;
		text-align: right;
	}

	.heading1 {
		color: #333333;
		font-size: 20pt;
	}
	
	.designs {
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	}
	
#sidebar_index {

		background:#B1B1B1;
		float:left;
		width:250px;
		height: 300px;
}
#designs {
	clear:both;
	text-align: center;
	font-size: 11px;
	vertical-align: middle;
	margin-bottom: 5px;
	background-color: #F0F0F0;
 	padding: 7px;
}
.heading2 {
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
}
#mainnex_tindent {

		background:#FFFFFF;
		float:right;
		width:60%;
}
