
body,html {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	height: 100%;
	width: 100%;
	background: #efefef;
	font-family: arial;
	font-size: 12px;
	color: #000;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 103px;
	background: #000;
	margin-bottom: 5px;
}

#logoImg {
	position: relative;
	float: left;
	margin: 5px 10px;
	height: 90px;
	width: 93px;
	border: none;
}

#logoImg a {
	border: none;
}

#name {
	position: relative;
	float: left;
	top: 20px;
	width: 322px;
	height: 54px;
	background: url('../images/title.png');
	text-indent: -99999px;
	margin: 0px;
	padding: 0px;
}

#menu {
	position: relative;
	float: left;
	top: 80px;
	left: -328px;
	list-style: none;
	list-style-position: outside;
	font-family: arial;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#menu a:hover {
	color: #E9E9E9;
	text-decoration: underline;
}

#active {
	color: #f7f7f7;
}

#menu .l1 {
	position: relative;
	float: left;
	height: 14px;
	margin: 0px;
	padding: 0px 6px;
	font-size: 13px;
}

#content {
	position: relative;
	float: left;
	display: block;
	height: 100%;
	width: 100%;
}

#latestNews, #latestGalleries, #photographers, #contactus {
	position: relative;
	width: 49%;
	top: 6px;
	border: 1px solid #000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding-bottom: 5px;
}

#latestNews h2, #latestGalleries h2, #photographers h2, #contactus h2 {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 6px;
	margin-left: 20px;
}


#latestNews ul, #latestGalleries ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-left: 20px;
	list-style-position: inside;
}

#latestNews li, #latestGalleries li {
	position: relative;
	text-indent: 5px;
}

#latestNews {
	float: left;
	clear: left;
	left: 0.55%;
}

#latestGalleries {
	float: right;
	clear: right;
	left: -0.55%;
}

.title {
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #CFCFCF;
	text-decoration: none;
}

#news_fixed {
	position: relative;
	margin: 0 auto;
	width: 75%;
	padding: 3px;
	border: 3px double #22953b;
	background: #7cec94;
	color: #000;
}

#news_fixed a {
	color: #000;
	font-weight: bold;
}

#news_fixed h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

#news_fixed p {
	margin-top: 3px;
	margin-bottom: 0px;
}

