* {
	margin:0;
	padding:0;
}
body {
	color:#A51A25;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#A51A25;
}
.clear {
	clear:both;
}
#wrapper {
	width:656px;
	margin:0 auto;
	display:block;
	margin-top: 50px;
	height:500px;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
}
#wrapper-p {
	width:656px;
	margin:0 auto;
	display:block;
	margin-top: 50px;
	height:500px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
#top-nav{
padding:30px 0 0 20px;}
#top-nav a{
padding:10px 80px;
width:10px;
height:5px;
}
#top-nav li{
list-style:none;
margin:0 0 15px 0
}
#nav {
	position:relative;
	top:180px;
	left:136px;
	display:block;
}
#nav li {
	list-style:none;
	float:left;
	display:block;
}

#nav li a#gallery:hover{
background:url(images/g.png) no-repeat;}
#nav li a#about:hover{
background:url(images/m.png) no-repeat;}
#nav li a#project:hover{
background:url(images/p.png) no-repeat;}
#nav li a {width:128px;
height:90px;
	padding:20px 0;
	font-size:12px;
	text-decoration:none;
	
	display:block;
	text-align:center
}
#nav li a:hover {
	text-decoration:underline;}
#content{
	width:656px;
	margin:0 auto;
	
}
#content a:hover{color:#666;}
#content p {
	width:100%;
}
#wrapper-p #project{
width:80%;
margin:20px auto;

height:60%;
padding:20px 0 0 30px;
background:url(images/pr.png)
}
.col{
width:41%;
float:left;
margin:20px 45px 0 0px;}
.col img{
	height:50px;
}
.imgholder{

}
.col ul {
	margin:10px 0 0 0;
}
.col ul li{
list-style:inside;}

