@charset "utf-8";
/* CSS Document */

/*------- General Setting ------*/
body {
	font-family : "century gothic";
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #036;
	background-image: url(../images/bgimage.png);
	background-repeat: repeat;
}

p {
	padding-top: 2%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 3%;

}
img {
	text-align : center;
	max-width : 98%;
	height : auto;
	width : auto;
	padding: 1%;
}
.centerizer {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
/*-----------------------------*/


/*------- Header Wrapper------*/
#headerwrapper {
	width : 100%;
	min-width:980px;
	overflow: hidden;
	background-color: #DF001B;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/hdrbg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*-----------------------------------*/


/*----------- Menu Wrapper ----------*/
#menuwrapper {
	width : 100%;
	min-width:980px;
	background-color: #0C0A0A;
	padding-right: 0%;
	padding-left: 0%;
	margin-bottom: 7px;
}
/*------------------------------------------*/


/*------------- Contents -----------*/
#contentwrapper {
	width : 90%;
	min-width : 960px;
	max-width : 970px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 4;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 13px;
	background-color: #FFFFFF;
}
/*-----------------------------------------------*/


/*-------------------- Footer -------------------*/
#footerwrapper {
	width : 100%;
	min-width:980px;
	overflow: hidden;
	background-color: #000000;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 1%;
	margin-bottom: 0px;
}
/*-----------------------------------------------*/


/*----------- Media (max-width: 722px) ----------*/
/*@media screen and (max-width: 722px) 	{

#contentwrapper {
	width : 98%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 3px;
	margin-bottom: 4px;
}
}    --*/
/*-----------------------------------------------*/


/*----------- Media (max-width: 420px) ----------*/
/*@media screen and (max-width: 420px) 	{

	#contentwrapper {
	width : 97%;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 3px;
	margin-bottom: 4px;

}   --*/
/*-----------------------------------------------*/
