/*
DEFAULT STYLES
*/

body {
	background: #B9C4CE;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: black;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

/* Header */

#header {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	margin-top: 25px;
	padding: 0;
	border-bottom: none;
	border: 5px solid #1F242A;
	background-color: #3B6B9C;
	background-image: url(../images/headers/rotate.php);
	background-repeat: no-repeat;
	background-position: center;
}

#header h1 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding: 10px;
	font-size: 40px;
	border: 1px solid black;
	background-color: #B9C4CE;
	color: black;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #black;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #788770;
	border-top: 1px solid #323B2E;
	border-bottom: 1px solid #788770;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	font-size: large;
	color: #CCC;
}

#menu1 a:hover {
	background-color: #AFB3A5;
	border-top: 1px solid #555E4F;
	border-bottom: 1px solid #555E4F;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	color: #FFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	border: 5px solid #1F242A;
	border-top: none;
	background: #E9EAE2;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px 0 20px;
}

#colTwo img{
	border: black solid 2px;	
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	/*letter-spacing: -2px;*/
}


#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 10px;
}
