/*******
Main Tags
**************/

body 
{
	font-size: 95%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url(creators/background.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

/******
DIV ID'S
******/

#header 
{
	width: 1124px;
	height: 86px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(creators/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header h1 
{font-family: Verdana, Arial, Sans-Serif;
font-size: 28px;
font-weight: bold;
margin: 0;
padding: 50px 20px 0 280px;
}

#header h1 a {
color: #FFF;
}

#header div 
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*************************
CONTENT DIV
************************/

#body {
	width: 974px;
	padding: 5px 0 0px;
	position: relative;
	background-attachment: scroll;
	background-image: url(creators/middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:427px;
}
#body h1 
{
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color:#656a83;
	margin: 0;
}

#body .content 
{
	width: 400px;
	float: left;
	color: #FFF;
	line-height: 1.5em;
	font-size:14px;
	background-position: left top;
	margin: 210px 0px 0px 30px;
}

#body .content2 
{
	width: 740px;
	margin: 10px 0px 0px 15px;
	float: left;
	color: #FFF;

}

#body .content a 
{
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#body .content a:hover {
	text-decoration: none;
	color: #CCCCCC;
}





/***navbar on far right***/

#body .sidebar2 {
position:absolute;
	left: 777px;
	top: 10px;
	width: 180px;
	float: left;
	padding:0px 0px 90px 0px;
	color: #666;
	list-style-type: none;
	
} 

#body .sidebar2 ul,#body .sidebar ul ol {
margin: 0;padding: 8px 8px 20px 8px;
list-style: none;}

#body .sidebar2 form {margin: 0;}

#body .sidebar2 h2 {
font-size: 15px;
font-weight: bold;
margin: 5px 0 0 0;
padding: 4px;
color: #d7d9ee;
background: #111;
border:1px solid #d7d9ee;}

#body .sidebar2 ul ul li:before {
content: "\00BB \0020";
}

#body .sidebar2 a 
{
	font-weight: bold;
	color: #d7d9ee;
}

#body .sidebar2 a:hover 
{text-decoration: none;color: #d7d9ee;}

#footer {
	text-align: center;
	margin: 0;
	color: #444;
	background-attachment: scroll;
	background-image: url(creators/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:87px;
	clear:both;
}

#footer a {color: #425069;}
/**************
Redefines Major Tags
*****************/
