@charset "utf-8";
/* CSS Document */

/***** Body and Main Container *****/

body {
	margin:0 auto;
	padding:0;
	background:url(img/main_bg.jpg);
	font:76% Verdana, Tahoma, Arial, sans-serif;
}

#wrap {
	margin:0 auto;
	padding:5px 5px;
	width:800px;
}

/***** End of Body and Main Container *****/
/***** Header *****/

#header {
	background:url(img/logo2.gif) top center no-repeat;
	height:109px;
	margin:10px 0px 20px 0px;
	padding:0px;
}

/***** End of Header *****/
/***** Main content *****/

#content {
	margin:10px 10px 10px 10px;
	padding:2px 0 0 0;
	line-height:1.7em;
}

#content h1 {
	font-size:2em;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

#content h2 {
	font-size:1.8em;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

#content h5 {
	font-size:1.2em;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0;
}

#content p {
	font-size:1.2em;
	font-weight:normal;
	margin:10px 0 10px 0;
	padding:0
}

#content h1.link {
	text-align:center;
}

#content h1 a {
	color:#f00;	/* This is Red */
}

#content h1 a:visited {
	color:#00f;	/* This is blue */
}

#content h2.yellow {
	color:#ff0;	/* This is Yellow */
	text-align:center;
}

#content h2.red {
	color:#f00;	/* This is red*/
	text-align:center
}

#content h5.red {
	color:#f00;	/* This is red*/
	text-align:center
}

/***** End of Content *****/
/***** Miscellaneous *****/

.iframe {
	text-align:center;
}

/***** End of Miscellaneous *****/