@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html{
	margin:0;
	padding:0;	
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:75%;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background:#313131 url(images/body-background.gif) top left repeat-x;
}

#container {
	width:959px;
	margin:auto;
	background:url(images/container-background.gif) top center repeat-y;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#top {
	width:935px;
	background:url(images/top-background.gif) top center no-repeat;
	padding:0 12px;
	min-height:312px;
	height:auto !important;
	height:312px;
}

a {color:#cc6633; text-decoration:none;}
a:hover {text-decoration:underline;}
img {border:0;}
p {margin:15px 0;}
form {}
input, select {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#000000;}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d25d29;
}

h1 {
	font-size:200%;
	font-weight:normal;
	margin:15px 0;
}

h2 {
	font-size:170%;
	font-weight:normal;
	margin:15px 0;
}

h3 {
	font-size:140%;
	font-weight:normal;
	margin:15px 0;
}

h4 {
	font-size:100%;
	margin:0;
}

h5 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}

h6 {
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	margin:0;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}
