/* coding and design by Yann Seznec :: http://www.theamazingrolo.net */

/* body and layout */

	body {
background-color: #000;
font-family: 'georgia', helvetica, sans-serif;
font-size: 13px;
text-align: center;

}
	
	#container {
margin: auto;
width: 800px;
height: auto;
min-height: 740px;
background-color: #fff;
}

	#header {
width: 800px;
height: 150px;
border-bottom: 1px solid #ccc;
}

	#nav {
width: 800px;
height: 25px;
text-align: center;
border-bottom: 1px solid #ccc;
font-size: 16px;
margin-top: 3px;
}

	#left {
float: left;
width: 540px;
padding: 0px;
text-align: left;
background-color: #fff;
}
	#center {

float: left;
width: 800px;
padding: 0px;
text-align: left;
background-color: #fff;
}

	#right {
float: left;
width: 260px;
background-color: #fff;
height: auto;
}

	#bottomright {
float: left;
width: 260px;
height: 47px;
background: url(images/bottomright.jpg) no-repeat center;
}



	#ftr {
width: 800px;
height: 37px;
clear: both;
background: url(images/ftr.gif) no-repeat center;

}



/* project pages */
	#project {
width: 600px;
height: auto;
margin: auto;
border-bottom: 1px solid #ccc;


}

	#projectimg {
	
float: left;
margin: 10px 3px 0 15px;

}
	#projecttxt {
margin: 10px 3px 0 5px;
height: auto;

}

	#projectftr {
width: 500px;
height: 50px;
text-align: center;
margin: auto;
font-size: 11px;
}

/* right hand side rollover links */
.link {

width: 250px;
height: 160px;
padding: 15px 0 0 0px;
}

	#gbb {
background: url(images/gbb_h.jpg) no-repeat center;
background: url(images/gbb.jpg) no-repeat center;

}
#gbb:hover {
cursor: pointer;
background: url(images/gbb_h.jpg) no-repeat center;

}


	#sezbros {
background: url(images/sezbros_h.jpg) no-repeat center;
background: url(images/sezbros.jpg) no-repeat center;
	
}
#sezbros:hover {
cursor: pointer;
background: url(images/sezbros_h.jpg) no-repeat center;

}

	#ramble {
background: url(images/ramble_h.jpg) no-repeat center;
background: url(images/ramble.jpg) no-repeat center;
	
}
#ramble:hover {
cursor: pointer;
background: url(images/ramble_h.jpg) no-repeat center;

}

	#other {
background: url(images/other_h.jpg) no-repeat center;
background: url(images/other.jpg) no-repeat center;
	
}
#other:hover {
cursor: pointer;
background: url(images/other_h.jpg) no-repeat center;

}











/* fonts and such*/

	h1 {
color: #951B1B;
margin: 20px 0 10px 35px;
font-family: 'georgia', helvetica, sans-serif;
font-size: 19px;

}

	h2 {
font-family: 'georgia', helvetica, sans-serif;
font-size: 16px;
color: #951B1B;
text-align: center;
}


	p {
font-family: 'georgia', helvetica, sans-serif;
font-size: 13px;
margin:0;
margin: 15px 15px 0 15px;
line-height: 25px;
letter-spacing: .08em;
text-indent: 10px;
}

	a {
font-family: 'georgia', helvetica, sans-serif;
text-decoration: none;
color: #212A55;
border-bottom: 1px solid #ccc;	
}
	a:hover {
color: #951B1B;
}

	.nav {
border-bottom: 0px solid #ccc;	
}

	
	
li {
font-family: 'georgia', helvetica, sans-serif;
font-size: 14px;
line-height: 35px;
}
