/*
Design based on simplecurve from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Miscellaneous - NOT from simplecurve */

img {
    border: none;
}

div.hr {
    width: 484px;
    border-bottom: 1px solid black;
    margin-left: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.credit {
    border-top: 1px solid #4C4C4C; 
    border-bottom: 1px solid #4C4C4C; 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    color: grey;
}

/* Elements */

body {
	background: #4C4C4C;
	margin-top: 50px;
	/* text-align: justify; */
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
}

h2, h3 {
	margin-top: 0px;
	color: #383838;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 14px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;

}

a {
	color: #4f88cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 534px;
	height: 78px;
	margin: 0 auto;
	background: url(../images/img1.gif);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 20px;
	font-size: 32px;
	line-height: 0px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}

#header img {
	float: right;
	margin: 0;
	padding: 13px 20px 0 0;
	border: none;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

/* Menu */

#menu {
	width: 514px;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/img3.gif);
}

#menu ul {
	width: 514px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #333333;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	width: 514px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background: url(../images/img3.gif);
}

#colTwo {
	float: right;
	width: 160px;
	padding: 0 15px 0 0;
}

#colOne {
	float: left;
	width: 299px;
	padding: 0 0 0 15px;
}

#colBoth {
	width: 484px;
	padding: 0 15px 0 15px;
}

/* Footer */

#footer {
	width: 534px;
	height: 30px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../images/img4.gif) no-repeat;
	font-size: 12px;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #2B2B2B;
}

#footer a {
	color: #2B2B2B;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

