html
{
	background-color: #c2d9ae;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Century Gothic", Tahoma, serif;
	text-align: justify;
	border: thin solid #999;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 20px;
	color:#000;
}

table
{
	
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a {
	color: #1B75A9;
}

a:hover, a:active {
	text-decoration: none;
	color: #1B75A9;
}

a:visited {
	color: #1B75A9;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
}

/* Header */

#header {
	width: 880px;
	margin: 0 auto;
	height: 40px;
	border: 10px #FFFFFF solid;
	text-align: center;
}

/* Menu */

#menu {
	width: 880px;
	height: 10px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 150px;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 0 27px;
	background: url(images/line.jpg) no-repeat right 50%;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	color: #5C5C5C;
	font-weight: bold;
}

#menu a:hover {
	color: #093;
}

#menu .current_page_item a {
	color: #FFF;
	text-decoration: underline;
}

/** LOGO */
#logo 
{
	width: 100%;
	height: 170px;
	margin: 0 auto;
	padding-left:10px;
	background-image: url(images/Rooftops%20logo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

/* Page */

#page {
	width: 880px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 10px #FFFFFF solid;
}

/* Content */

#content {
	float: left;
	width: 620px;
	border-right: 1px dashed #DFE1E0;
	padding-right: 10px;
}

/* Unit_content */
#unit_content
{
	float: right;
	width: 620px;
	border-right: 1px dashed #DFE1E0;
}

/* Right sidebar */

#right_sidebar {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
}

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

#right_sidebar li {
	margin-bottom: 40px;
}

#right_sidebar li li {
	margin: 0;
}

#right_sidebar h2 {
	width: 250px;
	padding: 0px 0 0 0px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #28313A; 
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	background: #E5E5E5;
	border: 10px #FFFFFF solid;
	text-align: center;
	font-size: 16px;
}

#photos
{
	margin-left:30px;
	margin-right:30px;
}
