@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top:15px;
    padding-bottom: 25px;
    padding-top: 15px;
    text-align: left;
    width: 1000px !important;
    box-shadow: inset  0  4px 6px -6px #660066, 
                inset  0 -4px 6px -6px #660066;
}	
.pagetitle {
	font-size:26px;
	font-weight:bold;
	color:#cc3300;
}
.subtitle {
	font-size:18px;
	font-weight:bold;
	color:#cc3300;
}
.matter {
	font-size:14px;
	color:#663366;
}
.note {
	font-size:13px;
	font-style:italic;
	color:#996699;
}
.container{
	width:100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
		background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.header{
	height: 140px;
	vertical-align: bottom;
	float: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header_left{
	float: left;
	width: 375px;
}
.header_left h1{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.header_left h3{
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
}
.header_middle{
	float: left;
	width: 250px;
	text-align: center;
}
.header_right{
	float: right;
	width: 375px;
	text-align: right;
	vertical-align: middle;
}
.nav{
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.nav a{
	color: #72366C;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 32px;
	padding-left: 32px;
	font-weight: 600;
}
.nav a:hover{
	color: #c7511a;
}

.banner{
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 25px;
	width:1000px !important;

}
.slider
{	border: 1px solid #72366c;
height:445px;
}

#signup{
	vertical-align: middle;
	margin-top: 20px;
	color: #FFF;
	
}
#signup input[type=text]{
	height: 22px;
	width: 200px;
	border: 1px solid #FFF;
}
.button{
	height: 26px;
	width: 32px;
	border: 1px solid #FFF;
	background-color: #FFF;
	cursor: pointer;
}
.button:hover{
	background-color: #72366c;
	}
	.main{
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
	.content{
	float: none;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	color: #FFF;
	padding-bottom: 30px;
}
.content_left{
	float: left;
	width: 600px;
	text-align: justify;
		line-height: 28px;
}
.content_left h1{
		font-family:"Monotype Corsiva", "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
		
}
.content_right{
	float: right;
	width: 300px;
		line-height: 24px;
}
.content_right h4{
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
}
.content_right h1{
		font-family:"Monotype Corsiva", "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
		line-height: 28px;
}
.clear1{
	clear: both;
}
.footer{
	color: #cc3300;
	text-align: center;
	height: 80px;
	width: 100%;
	padding-top: 40px;
	line-height: 26px;
}
.footer a{
	color: #cc3300;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
.footer a:hover{
	color: #72366c;
}
