/*BODY FORMATTING__________________________________________________________________________*/

body{

	/*background-image: url("../images/bg.jpg");*/
 	margin: 0px;
 	padding: 0px;
	background-color: #d3d6cb;
	color: #000;
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: center;
 	}

#wrapper {
	width: 574px;
	height: 600px;
	margin: 80px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#header {
	width: 574px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	color: #000;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
	font-size: 30px;
	text-align: left;
}

#head_left {
	width: 350px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
	float:left;
}

#head_right {
	width: 150px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: right;
	float:right;
}

#main {
	width: 574px;
	height: 324px;
	margin: 0px;
	padding: 0px;
  	border-top : 2px solid #000000;
	border-bottom : 10px solid #0de30d;
	text-align: center;
}

#sub_main {
	width: 574px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#footer {
	width: 574px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(images/subscribe_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
}
	
#flashcontent {
	height: 100%;
}
/* end hide */


/*LINK STYLES_______________________________________________________________________________*/


a.navlinks:visited {color: #000; text-decoration: none;}
a.navlinks:link {color: #000; text-decoration: none;}
a.navlinks:hover {color: #000; background: #0de30d; text-decoration: none;}
a.navlinks:active {color: #000; background: #0de30d; text-decoration: none;}

img {border: none;}