@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#FFFFFF repeat top left;
	color:#fff;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	font-weight:bold;
	font-size:14px;


}
a{
	color:#000000;
	text-decoration:none;

}
a:hover{
	color: #720202;
	border-bottom: 3px dotted #720202;

}
#nav {
		width:50%;
		margin-left:25%;
	text-align:center;
}
p.sub{
	padding: 25px 10px 10px 10px;
	text-align: center;
	color: #aaa;
	font-size: 28px;
}
.clr{
	clear:both;
}


#bottom2 {
	width:50%;
		margin-left:25%;

}				
h3 {
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif; 
	font-weight:bold; 
	color:#000000; 
	font-size:16px; 
	text-align: left;
}

h4 {
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif; 
	font-weight:300; 
	color:#720202; 
	font-size:18px; 
	text-align: left;
}

h5 {
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif; 
	font-weight:bold; 
	color:#720202; 
	font-size:13px; 
	text-align: center;
}

h7 {
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif; 
	font-weight:bold; 
	color:#000000; 
	font-size:24px; 
	text-align: left;
}





h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#fff;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	font-weight:bold;
	color:#720202;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
/* Header Style */
.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	line-height:18px;
	padding:0 4px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#720202;
	border-bottom: 1px dotted #AE855C;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 25px 30px 25px;

}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}
