@charset "UTF-8";
/*  

	Designed By: J.Minns
	Date: 19/02/2010
		
*/

* {margin: 0; padding: 0;}
.clear {clear:both}

a   {
	font-style:normal;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#000;
}

#img	{
	border:none;
}

#wrapper {
	width:960px;
	height:800px;
	margin:auto;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px; 
	color: #333;
	background: #EEEEEE;
}

#header {
	width:945px;
	height:70px;
	background:url(../_images/header.jpg);
	padding: 25px 0 0 15px;
	
}

#logo {
	width:872px;
	height:52px;
	background:url(../_images/logo.jpg);
	margin:auto;
	
}

#content {
	width:960px;
	height:10px;
}

#leftdiv {
	width:566px;
	height:620px;
	background:url(../_images/left_div.jpg);
	float:left;
	
}

#rightdiv {
	width:364px;
	height:600px;
	background:url(../_images/right_div.jpg);
	float:right;
	
}

#welcome {
	width:334px;
	height:37px;
	background:url(../_images/welcome.jpg);
	float:left;
}

#aboutme {
	width:334px;
	height:250px;
	padding-top: 20px;
	
}

#portfolio {
	width:543px;
	height:536px;
	float: left;
	
}

#twittertitle {
	width:334px;
	height:46px;
	background:url(../_images/twitter.jpg);
	float:left;
}
	
#twitterbox {
	width:334px;
	height:220px;
	float:left;
}

#contact {
	width:334px;
	height:54px;
	float:left;
	background:url(../_images/contact.jpg);
	
}

#contactbox {
	width:334px;
	height:100px;
	float:left;
}

#portfolio {
	width:543px;
	height:535px;
	background:url(../_images/portfolio.jpg);
	padding: 5px;
}
