* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #0099ff;
	background-image: url(../images/gradient.gif);
	background-repeat:repeat-x;
	line-height: 16px;
}

p {
	margin-bottom:10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FF3300;
}

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

h1 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #0099ff;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333366;
}

h3 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #FF3300;
}


#site {
	width: 990px;
	margin: 20px auto;
}

#container {
	float: left;
	width: 990px;
	height: 620px;
	float: left;
	background-image:url(../images/backgroundh.jpg);
	background-repeat:no-repeat;
	border: 4px solid #cb9b2b;
}

#container-static {
	float: left;
	width: 990px;
	height: 620px;
	float: left;
	background-image:url(../images/backgrounds.jpg);
	background-repeat:no-repeat;
	border: 4px solid #cb9b2b;
}

#container-contact {
	float: left;
	width: 990px;
	height: 620px;
	float: left;
	background-image:url(../images/backgroundc.jpg);
	background-repeat:no-repeat;
	border: 4px solid #cb9b2b;
}

/*content starts*/

#content {
	float: left;
	width: 990px;
	height:584px;
}
		

#home {
	width: 450px;
	float:right;
	padding: 15px;
	text-align: right;
}

#static {
	width: 960px;
	height: 489px;
	float:left;
	margin-top: 43px;
	margin-bottom: 30px;
	padding: 10px 15px;
}

#static ul {
	margin-bottom: 10px;
}

#static ul li {
	margin-left: 20px;
	margin-bottom: 2px;
}

#contact {
	width: 960px;
	height: 359px;
	float:left;
	margin-top: 225px;
	padding: 0 15px;
	text-align: center;
	font-size: 14px;
}

#gallery {
	width: 960px;
	height: 489px;
	float:left;
	margin-top: 43px;
	margin-bottom: 30px;
	padding: 10px 15px;
}

#gallery-thumbs {
	float:left;
	width: 405px;
	margin-right: 15px;
	padding-top: 10px;
}

#gallery-thumbs ul li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 70px;
	height: 53px;
}

#gallery-thumbs img {
	width: 70px;
	height: 53px;
	border: 0;
}

#gallery-main {
	float: right;
	width: 530px;
	margin-top: 10px;
}
	
/*content ends*/

#nav {
	clear:both;
	float:left;
	font-size: 14px;
	width: 970px;
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	border-top: 4px solid #cb9b2b;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
}

#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 75px;
	margin-bottom: 5px;
}

#nav a:link, #nav a:visited, #nav a:active {
	text-decoration:none;
	color: #333366;
}

#nav a:hover, #nav a.active:link, #nav a.active:visited, #nav a.active:active{
	text-decoration:underline;
	color: #333366;
}

#nav .last {
	margin-right: 0;
}





/*content ends*/

#footer {
	clear: both;
	width: 990px;
	padding-top: 10px;
	font-size:11px;
	text-align:right;
}

footer#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:none;
	color: #ffffff;
}

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