* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
li {
	list-style-type: none;
	}
	
.clear {
	clear: both;
	}
	
body {
	color: #444;
	font-family: Helvatica, Arial, sans-serif;
	text-align: left;
	font-size: 12px;
	background-image: url(../images/boy-bg.png);
	background-repeat: no-repeat; 
	background-position: 470px 280px;
	}

#main {
			
margin-left:300px;
	margin-top:	40px;
	text-align: left;
	width:336px

	}
	
#showreel-main {

	margin-left:300px;
	margin-top:	60px;
	text-align: left;
	width:400px

	}
	
#main-content {
	margin-top:	0px;

	}

#sidebar {
	margin-left: 50px;
	margin-top: 140px;
	width: 200px;
	text-align:	right;
	float: left;
	}
	

	
#links {
	margin-top: 10px;
	}
	
#profile{
	background:transparent url("../images/profile.png");
	background-repeat: no-repeat; 
	padding-top:28px;
	padding-left:8px;
	}	
	
#sketchbook-row1{
	margin-top:5px;
	height:37px;
	padding-left:6px;
	}	
	
	
#sketchbook-row1 a {
	display:block;
	width:37px;
	height:37px;
	margin-right: 4px;
	text-align:center;
	line-height: 3em;

	float:left;
	background:transparent url("../images/thumbnail-outline.gif");
	background-repeat: no-repeat; 
	}
	
#sketchbook-row2{
	height:37px;
	margin-top:4px;
	padding-left:6px;
	}	
	
	
#sketchbook-row2 a {
	display:block;
	width:37px;
	height:37px;
	margin-right: 4px;
	text-align:center;
	line-height: 3em;
	float:left;
	background:transparent url("../images/thumbnail-outline.gif");
	background-repeat: no-repeat; 
	}
	

#paintings{
	margin-top:5px;
	height:50px;
	padding-left:6px;
	}	

#paintings a {
	display:block;
	width:37px;
	height:37px;
	margin-right: 4px;
	margin-bottom:4px;
	text-align:center;
	line-height: 3em;
	float:left;
	background:transparent url("../images/thumbnail-outline.gif");
		background-repeat: no-repeat; 
	}

#showreel{
		height:28px;
		padding-left:6px;
		margin-top:5px;
	}
	
#exhib{
		height:65px;
		margin-top:10px;
	}
	
	
#exhib-title{

	}
	
#exhib-content{
		padding-left:6px;
	}
		
#showreel a {
	display:block;
	width:69px;
	height:28px;
	text-align:center;
	padding-left:0px;
	line-height: 2.3em;
	float:left;
	//background:transparent url("../images/thumbnail-outline-wide.gif");
	background-repeat: no-repeat; 
	}
	
#paintings-title{
		height:30px;
		padding-left:0px;
		margin-top:10px;
	}
#showreel-title{
		height:30px;
		padding-left:0px;
		margin-top:10px;
	}
#sketchbook-title{
		height:30px;
		padding-left:0px;
		margin-top:10px;
	}
	
#footer {
	margin-top: 100px;
	text-align:	center;
	}
	
#showreel-content {
	margin-top: 20px;


	}	




A:link {text-decoration: none;
		color:#444;}
A:visited {text-decoration: none;
		color:#444;}
A:active {text-decoration: none}
A:hover {color:#000;}
