@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff7c7;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

#wrapper {
	width: 710px;
	margin-top: 50px;
	margin-left: 100px;
}

#main {
	width: 510px;
	height: 600px;
	background-image: url(images/main-bg.png);
	float: right;
	padding: 0px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main h1 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main p {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	text-align: justify;
	margin-top: 20px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#about {
	width: 510px;
	height: 600px;
	background-image: url(images/main-bg.png);
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#about h1 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#about h2 {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#about p {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	text-align: justify;
	margin-top: 20px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#about img {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

#blog {
	width: 510px;
	height: 600px;
	background-image: url(images/main-bg.png);
	float: right;
	padding: 0px;
	margin-top: 38px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#blog h1 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 20px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#blog p {
	font-size: 12pt;
	line-height: 16pt;
	font-weight: normal;
	text-align: justify;
	margin-top: 20px;
	color: #54304e;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#blog img {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}

#contact {
	width: 510px;
	height: 600px;
	background-image: url(images/main-bg.png);
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contact h1 {
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer {
	text-align: center;
	color: #54304e;
	clear: both;
	width: 510px;
	float: right;
	font-size: .8em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header {
	margin-left: 70px;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#title img {
	margin-right: 20px;
	margin-left: 20px;
	float: right;
}

#title {
	height: 50px;
}

/* navigation */
#nav {
	width: 180px;
	float: left;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#nav a:active {
	color: #54304e;
	text-decoration: underline;
}

#nav li {
	list-style-type: none;
	margin-bottom: 20px;
}

#sub-nav {
	height: 191px;
	width: 510px;
	background-image: url(images/subnav-bg.jpg);
	background-repeat: no-repeat;
	
}

/*Social menu*/
#social {
	height: 45px;
	width: 100%;
}

#social img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#social li {
	float: left;
	height: 45px;
	width: 43px;
	margin: 0px;
	padding: 0px;
}

/*contact form styling */
#contactForm {
	color: #54304e;
	margin-top: 30px;
}

.form {
	font-weight: bold;
	color: #FFFFFF;
	text-align: justify;
}

