/* Pixelated Theme 1.2.0 */

/*Page CSS*/

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	color: #000000;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.special_draw:link {
	text-decoration: none;
	color: #990000;
	font: bold;
}
a.special_draw:visited {
	text-decoration: none;
	color: #990000;
	font: bold;
}
a.special_draw:hover {
	text-decoration: underline;
	color: #990000;
	font: bold;
}
a.special_draw:active {
	text-decoration: none;
	color: #990000;
	font: bold;
}

a.homepage_blue:link {
	text-decoration: none;
	color: #115ca0;
}
a.homepage_blue:visited {
	text-decoration: none;
	color: #115ca0;
}
a.homepage_blue:hover {
	text-decoration: underline;
	color: #115ca0;
}
a.homepage_blue:active {
	text-decoration: none;
	color: #115ca0;
}

a.homepage_green:link {
	text-decoration: none;
	color: #43a011;
}
a.homepage_green:visited {
	text-decoration: none;
	color: #43a011;
}
a.homepage_green:hover {
	text-decoration: underline;
	color: #43a011;
}
a.homepage_green:active {
	text-decoration: none;
	color: #43a011;
}

a.homepage_red:link {
	text-decoration: none;
	color: #a01111;
}
a.homepage_red:visited {
	text-decoration: none;
	color: #a01111;
}
a.homepage_red:hover {
	text-decoration: underline;
	color: #a01111;
}
a.homepage_red:active {
	text-decoration: none;
	color: #a01111;
}

#wrapper {
	padding: 0px;
	width: 100%;
	height: 100%;
}

#header {
	width: 100%;
	height:70px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}

#menu {
	width: 100%;
	height:26px;
	background-image:url(../images/menu.gif);
	background-repeat:repeat-x;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}

#content {
	width: 100%;
	background-image:url(../images/content.gif);
	background-repeat:repeat-x;
}

#content_header {
	margin: 0px auto 0px auto;
	text-align:left;
	width: 880px;
	font-family: Georgia, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}

#main_panel {
	text-align:left;
	margin: 0px auto 0px auto;
	padding: 5px 2px 5px 5px;
	background-color: #FFFFFF;
	background-image:url(../images/content_background.jpg);
	background-repeat:repeat-x;
	width: 880px;
	height: 418px;
	color: #000000;
}

.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

.left_menu_txt {
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}

#footer {
	margin: 0px auto 0px auto;
	text-align:left;
	width: 880px;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
}

#pixel-grid {
	float: left;
	width:600px;
	height:300px;
}

#left-menu {
	float: left;
	width:250px;
	height:300px;
}

/*Pixel CSS*/

#pixel_container {
	width: 600px;
	background-color:#666666;
}

.px {
	width: 30px;
	height: 30px;
	float: left;
}

div.btn a  {
	width:26px; 
	height:26px;
	display:block;
}
div.btn a:link {
	color: black; 
}
div.btn a:hover {
	border: 2px #FF0000 solid;
}

/* About Styles */


#about_left {
	float: left;
	text-align: left;
	width: 440px;
}

#about_right {
	float: left;
	text-align: left;
	width: 440px;
}

.about_header {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
}