/* ============================================================================================= */
/*                             Global Info                                                       */
/* ============================================================================================= */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #012100 url(images/background.JPG) repeat-y center top;
	text-align: center; 
	}
a {
	color:#FFFFFF;
	text-decoration:underline;
	}

a:hover {
	color:#FFF300;
	text-decoration:underline;
	}

img {
	border:0;
	}



p	{
	color:#ffff00;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

/* ============================================================================================= */
/*                             Structure                                                         */
/* ============================================================================================= */

#wrapper {
	width:800px;
	margin:0 auto;
	text-align: center; 
	}

#nav	{
	width:780px;
	margin:0 auto;
	text-align: center; 
	}

#google {
	width:780px;
	margin:0 auto;
	text-align: center; 
	}

#header {
	width:775px;
	margin:0 auto;
	text-align: center; 
	}

#page {
	width: 780px;
	margin: 0 auto;
}

/* ============================================================================================= */
/*                             Left Column                                                       */
/* ============================================================================================= */

#left {
	float: left;
	width: 376px;
	margin-left 10px;
	background: #012100;
}



/* ============================================================================================= */
/*                             Right Column                                                      */
/* ============================================================================================= */

#right {
	float: right;
	width: 376px;
	margin-right 10px;
	background: #012100;
}



/* ============================================================================================= */
/*                           Main Content                                                        */
/* ============================================================================================= */

#maincontent {
	width: 780px;
	padding: 0px 0px 0 5px;
}

.maintop {
	padding: 12px;
	background-image: url('images/main_top.JPG');
	background-repeat: no-repeat;
	background-position:center; 
}

.mainmiddle {
	padding: 12px;
	background-image: url('images/main_middle.JPG');
	background-repeat: y;
}
.mainbottom {
	padding: 12px;
	background-image: url('images/main_bottom.JPG');
	background-repeat: no-repeat;
}

/* ============================================================================================= */
/*                           Footer                                                              */
/* ============================================================================================= */

#footer {
	width:780px;
	margin:0 auto;
	text-align: center; 
	}


/* ============================================================================================= */
/*                             Headings                                                          */
/* ============================================================================================= */


h1 {
	font-size:32px;
	color:#FFFFFF;
	letter-spacing:-2px;
	}

h2 {
	font-size:22px;
	color:#FFFFFF;
	}
h3 {
	font-size:16px;
	color:#FFFFFF;
	}
h4 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#160C6A;
	color:#FFFFFF;
	}
h3 a{
	font-size:18px;
	color:#EF1616;
	}
h3 a:hover{
	font-size:18px;
	color:#FFFFFF;
	}
h5 {
	font-size:8px;
	color:#0b400a;
	}
