﻿* {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	padding: 0 0 0 0;
	margin: 0;
}

html {
	text-align: center;
	height:100%;
}



img {
	border-width:0;
}


body {
	font-size:12px;
	font-family:Arial;
	text-align:left;
	color:#000;
	background:#EC1E79 url('../images/bg.png') no-repeat scroll center top;
	height:100%;
}

a:link {color: #000; text-decoration: none; }
a:active {color: #000; text-decoration: none; }
a:visited {color: #000; text-decoration: none; }
a:hover {color: #000; text-decoration:underline; }

#footer a:link {color: #fff; text-decoration: none; }
#footer a:active {color: #fff; text-decoration: none; }
#footer a:visited {color: #fff; text-decoration: none; }
#footer a:hover {color: #fff; text-decoration:underline; }


.padstyle {
	padding:10px;
}

#container {
	width:1000px; 
	position:relative; 
	margin:0 auto;
}

#header {
	width:100%; 
	height:280px;  
	position:relative;
}


#content {
	width:100%;
	background:url('../images/bodybg.png') no-repeat scroll center top;
	position:relative;

}



#inner {
	margin-left:91px; background:url('../images/footerpic.jpg') no-repeat scroll left bottom; 
	padding-bottom:88px;
		min-height:500px;
}

#innerleft {
	padding-left:22px; width:607px; float:left
}
#innerright {
	float:left;
	width:180px;
	height:200px;
	
}

#aboutdiv {
	height: 129px; cursor:pointer
}

#footer {
	width:100%; 
	height:200px; 
	color:#fff;
	background-color:#EC1E79;
	text-align:center;
	padding-top:10px;


}

#footer_pad {
	padding-right:60px;
}



div.clear
        {
          clear: both;
          font-size: 1px;
          line-height: 1px;
          overflow: hidden;
          visibility: hidden;
          width: 0;
          height: 0;
       }

h2 {

	font-size:12px;
	font-family:Arial;
	color:#fff;
	padding:0;
	margin:0;	

}
h3 {

	font-size:18px;
	font-family:Arial;
	color:#000;
	padding:0;
	margin:0;
	text-align:center	

}
h4 {

	font-size:18px;
	font-family:Arial;
	color:#000;
	padding:0;
	margin:0;
	text-align:left;
	
		

}
h5 {

	font-size:12px;
	font-family:Arial;
	color:#EE2A7B;
	padding:0;
	margin:0;
	text-align:left;
	}
	
h6{

	font-size:12px;
	font-family:Arial;
	color:#00B0D8;
	padding:0;
	margin:0;
	text-align:left;
	}
h1{

	font-size:12px;
	font-family:Arial;
	color:#8DC63F;
	padding:0;
	margin:0;
	text-align:left;
	}




