body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #009CFF;
}

#main
{
	width: 980px;

	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	margin: auto;
	
	background-image: url(../images/layout_r3_c2.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

#main2
{
	background-image: url(../images/layout_r4_c4.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#footer
{
	background-image: url(../images/layup_modded_r8_c1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	color: #FF0000;
	padding: 7px;
}

#footer a
{
	color: #006600;
}

#header
{
	background-image: url(../images/layout_r1_c1.jpg);
	background-position: top left;
	background-repeat: no-repeat;

	height: 262px;
}

#sidebar
{
	width: 255px;
	margin-left: 14px;
	padding: 15px;
	color: #666666;
	margin-top: -280px;
	float: left;
	line-height: 20px;
}

#content
{
	margin: auto;
	width: 470px;
	margin-left: 320px;
	font-size: 13px;
	color: #555555;
}

#sidebar ul
{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 30px;
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}

#lightbulb
{
	text-align: center;
	padding: 50px;
	padding-bottom: 20px;
}

#logo
{
	padding: 15px;
}

#menu
{
	background-image: url(../images/layup_modded_r3_c1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 320px;
	padding-top: 5px;
	height: 20px;
}

#menu a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #134287;
	margin-right: 20px;
}

#menu a:hover
{
	color: #006699;
}

ul
{
	line-height: 20px;
	list-style-type: square;
}

.input 
{
	width: 90%;
	border: 1px solid #666666;
	padding: 2px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #4A6695;
}	

h3
{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.mugshot
{
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	padding: 2px;
	border: 1px solid  #AAAAAA;
}
p { margin: 0px; margin-bottom: 10px; }

#sidebar ul a
{
	text-decoration: none;
	color: #134287;
}

#sidebar ul a:hover
{
	text-decoration: none;
	color: #006699;
}

h4
{
	font-size: 20px;
	font-weight: normal;
}

h3 a, a
{
	color: #009900;
}

