@import "reset.css"; 

body{
    font: 12px arial;    
    background: url(images/background.jpg) no-repeat top left;
}


#header{
    margin-left: 100px;
    margin-top: 20px;
    background: #ffffff;
    width: 305px;
    height: 80px;
    padding-left: 30px;
}

#navImg{
    background: url(images/logo_corner.gif) no-repeat top left;
    margin-left: 100px;
}

#nav{
    background-color: #e6e6e6; 
    overflow: auto;
    padding: 0 1px;
    margin: 0 29px;
    width:280px;
    font: 11px arial;
}

#nav ul li a:hover{
    background: #e6e6e6 url(images/hover.gif) no-repeat top left; 
}

#nav ul li {
    float: left;
    color: #666666;
}

#nav ul li p{
    padding: 2px 2px 2px 13px;
}


#nav ul li a{
    display: block;
    color: #666666;
    text-decoration: none;
    padding: 2px 2px 2px 13px;
    background-color: #e6e6e6;
}



#nav ul li ul{
    display: none;
}

#container{
	margin: 3% 29%;
}

#content{
    width: 400px;
    height: auto;
    background: url(images/sm_floating_box.png)  top left;
    padding: 20px 10px 15px 20px;
    margin-left: 20px;
}

h1{
    font: 15px/14px arial;
    color: white;
    padding: 3px 5px 5px 10px;
}

.categoryTitle{
    width: 220px;
    height: 20px;
    background-color: #ac2228;
}

h2{
    font: 14px/12px arial;
    padding: 0 10px 5px 15px;
}

#categoryImg{
    background: url(images/category_corner.gif) no-repeat top left;
	width: 800px;
}

#projectContainer{
    color: #666666;
    background: url(images/floating_box-trans.png) no-repeat top left;
    height: 458px;
    width: 480px;
    overflow: scroll;
    padding: 10px 0px 15px 15px;
    margin-left:20px;
}

.stopFloat{
    clear: both;
}

.project,
.project2,
.project3,
.project4{
    width: 200px;
    float: left;
    margin: 0px 10px 10px 10px;
    background: white;
}

.photoCaption{
    padding: 0  5px 10px 10px;
	font: 11px arial;
}

.project a,
.project2 a,
.project3 a,
.project4 a{
    font-family: arial;
    font-size: 12px;
    color: #666666;
}

.project a p,
.project2 a p,
.project3 a p,
.project4 a p{
    padding: 5px 5px 0 10px;
}

.project a:hover,
.project2 a:hover,
.project3 a:hover,
.project4 a:hover{
    color: #2f2f2f;
}

.project a:active,
.project2 a:active,
.project3 a:active,
.project4 a:active{
    color: #2f2f2f;
}


.selectedProjectImg{
    float: left;
}

.selectedProjectImg p{
    padding: 1px 3px 1px 0px;
}

.selectedProject{
    margin: 0 0px 0 15px;
	float: left;
}

.selectedProjectcaption{
    background: url(images/floating_box.png) no-repeat top left;
    font: 11.5px arial;
    padding: 10px 10px 10px 20px;
    width: 635px;
    clear: both;
    margin: 0 0 0 15px;
}

span.img-rollover{ 
	width: 48px; 
	height: 48px; 
	overflow: hidden; 
	display: block; 
	position: relative; }

span.img-rollover a:hover{ 
	top: -48px; position: relative;}
	
#content a:link {
    color: #868585;
    text-decoration:none;
    font-style: italic;
}

#content a:visited {
    color: #3f3f3f;
    text-decoration:none;
    font-style: italic;
}

