﻿* {
	padding: 0;
	margin: 0;
	color: #000000;
}

body {
				background-position: center;
				font-family: Verdana, sans-serif;
				line-height: 1.4;
				font-size: 13px;
				background: #C0C0C0 center;
				margin: 0;
				padding: 0;
}

a {
	color: #515151;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
h5 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h4 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h3 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h2 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h1 { font-family: 'Architects Daughter', arial, serif; margin: 5px 0 20px 0; font-weight: 100; border-bottom: 1px dotted #919191; }
h1 { font-size: 29px; }
h2 { font-size: 25px; }
h3 { font-size: 23px; }
h4 { font-size: 21px; }
h5 { font-size: 19px; }
ul { margin: 0 0 20px 30px; list-style-type: square; }
ol { margin: 0 0 20px 30px; list-style-type: decimal; }
blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 0 20px 0; }
blockquote p { margin: 0; padding: 0; }
p {
	padding: 0 0 20px 0;
	color: #515151;
	font-size: x-small;
}
table { margin: 0 0 20px 0; text-align: left; width: 100%; }
th { padding: 5px; border: 1px solid #ddd; }
td { padding: 5px; border: 1px solid #ddd; }
th { color: #515151; }

#wrap { 
width: 780px;
margin: 0 auto;
}

#header {
height: 110px;
background: url(images/header.jpg) repeat-x;
}
#header h1 {
	font-family: 'Anton', arial, serif;
	margin: 0;
	padding: 20px 0 0 50px;
	font-weight: 100;
	font-size: xx-small;
	border: none;
	line-height: 1;
}
#header h1 a { text-decoration: none; color: #fff; }
#header h1 a:hover { text-decoration: none; }

#header h2 {
				border: none;
				font-family: 'Architects Daughter', arial, serif;
				margin: 0;
				padding: 0 0 0 50px;
				color: #000000;
				font-weight: 100;
				font-size: 17px;
}

#content {
background: url(images/content.jpg) repeat-y;
padding: 10px 40px 20px 40px; 
}

#footer { 
background: url(images/footer.jpg) no-repeat;
padding: 0 40px;
height: 30px;
line-height: 30px;
text-align: center;
color: #fff;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.footerleft {
	float: left;
	font-size: x-small;
	color: #FFFFFF;
}
.footerright {
	float: right;
	font-size: x-small;
	color: #FFFFFF;
}

#copyrightarea {
	background: url(images/copyrightarea.jpg);
	color: #515151;
	text-align: right;
	font-size: xx-small;
	padding: 0 30px;
	height: 20px;
	line-height: 20px;
}

#bottom { background: url(images/bottom.jpg) no-repeat; padding: 5px 0; }
