/* Organised Chaos 06/06 Main CSS */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	height: 100%;
}
html {
    height: 100%;
}
a {
	font-weight: bold;
}
A:link {
	color: #FFFFFF;
	text-decoration: none;
}
A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
A:active {
	text-decoration: none;
}
A:hover {
	color: #11FE70;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	color: #FFFFFF;
}
h2 {
	color: #FF0000;
	font-size: 13px;
	padding-left: 10px;
	margin: 0px;
}
p	{
	margin: 10px;
}

/* ===Outside=============================================================*/
.main1 {
	background-image: url(../images/main_content_back.jpg);
	background-repeat: repeat-y;
	background-position: 0px 451px;
}
.nav {
	background-image: url(../images/main_head_nav.jpg);
	text-align: center;
}
.content {
	background-image: url(../images/main_sides_middle.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #383838;
}
.sides_left {
	background-image: url(../images/main_sides_left.jpg);
}
.sides_right {
	background-image: url(../images/main_sides_right.jpg);
}
.bottombar {
	background-image: url(../images/main_bottombar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
	font-weight: bolder;
	padding-bottom: 4px;
}

/*Images*/
#header2_a {
	float: left;
}
#header2_b {
	float: right;
}