body {
	background: #f1e6d2 url(images/background.jpg) repeat-x;
	margin: 0;
	font: 9px "trebuchet ms", verdana, arial;
	color: #565656;
}
h1 {
	font-size: 17px;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-size: 10px;
	line-height: 150%;
	margin: 0;
	font-weight: normal;
}
h3 {
	font-size: 10px;
	color: #8a8a8a;
	margin: 0;
	font-weight: normal;
}

a {
	color: #565656;
	text-decoration: underline;
	line-height: 150%;
}
a:hover {
	text-decoration: none;
	color: #a31300;
}

/* ID elements */

#twitter_status {
	margin-bottom: 7px;
	width: 315px;
	background: #fff url(/v5/images/twitterstatus_casual.jpg) no-repeat;
	border: 1px solid #e2e2e2;
}
#twitter_div {
	padding: 15px;
}
#twitter_div h2 {
	padding-right: 4px;
	float: left;
	font-size: 10px;
}
#twitter_div h2 a {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#twitter_div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: left;
}
#twitter_div li {
	padding: 0;
	font-size: 10px;
}

#news {
	width: 320px;
	height: 405px;
	padding: 40px 40px 20px 20px;
	background: #fff url(images/news_background.jpg) no-repeat;
	
	position: absolute;
	top: 78px;
}
#menu {
	width: 240px;
	height: 270px;
	background: #fff;
	
	position: absolute;
	top: 78px;
	left: 380px;
}
#submenu {
	width: 225px;
	height: 42px;
	padding: 25px 10px 25px 5px;
	background: url(images/menu/submenu.jpg) no-repeat;
	
	position: absolute;
	top: 348px;
	left: 380px;
	
	color: #fff;
}
#submenu a {
	width: 225px;
	height: 15px;
	padding-left: 5px;
	
	color: #fff;
	text-decoration: none;
	display: block;
}
#submenu a:hover {
	background: #30759e url(images/menu/submenu_hover.jpg);
}

#random_photograph {
	width: 250px;
	height: 362px;
	background: #242424 url(images/random_photograph.jpg);

	position: absolute;
	top: 78px;
	left: 620px;
}
#random_photograph_img {
	width: 220px;
	height: 330px;
	
	position: absolute;
	top: 97px;
	left: 636px;
}


#latest_news {
	width: 240px;
	height: 362px;
	background: #242424 url(images/latest_news.jpg);
	
	color: #fff;

	position: absolute;
	top: 78px;
	left: 870px;
}
#latest_news_img {
	width: 220px;
	height: 130px;
	
	position: absolute;
	top: 97px;
	left: 879px;
}
#latest_news_txt {
	width: 215px;
	height: 187px;
	
	position: absolute;
	top: 155px;
	left: 11px;
	overflow: auto;
}
#latest_news_txt h1 {
	font: normal 11px "trebuchet ms", verdana, arial;
}
#latest_news_txt h2 {
	padding-top: 5px;
}
#latest_news_txt a {
	color:#fff;
}

#copyrigth {
	position: absolute;
	top: 395px;
	width: 300px;
		
}
/* CLASS elements */
.portfolio {
	width: 80px;
	height: 70px;
	background: #fff url(images/menu/portfolio_s1.jpg);
	
	display: block;
	float: left;
}
.photography {
	width: 80px;
	height: 70px;
	background: #fff url(images/menu/photography_s1.jpg);
	
	display: block;
	float: left;
}
.about {
	width: 80px;
	height: 70px;
	background: #fff url(images/menu/about_s1.jpg);
	
	display: block;
	float: left;
}