/* CSS Document/*

-----------------------------------------------
CSS Author:   	Chris Young
Version/Date: 	October 2009
Project:		3D Engineers - Stuart Brown.

!! THIS CSS CODE IS THE COPYRIGHT
		 OF CHRIS YOUNG !!
		
		WWW.CYPHOTO.CO.UK
		
Colours used:
#1a4d3e - green
#e6e5e0 - grey
----------------------------------------------- */

@import url('reset.css');

html, body
{
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', sans-serif;
}

.centerdiv /*IE method of centering a relative div*/
{ 
	text-align: center;
}

.centerdiv>div /*Proper way to center a relative div*/
{
	margin: 0 auto;
}

#container
{
	position: relative;
	width: 1110px;
	height: 710px;
	margin: 10px auto;
	float: inherit;
}

#row1_col1and2
{
	width: 880px;
	height: 130px;
	float: left;
}

#row1_col1and2 h1
{
	display: none;
}

#header_3_right
{
	width: 220px;
	/*border: #8f001a 1px solid;*/
	float: left;
	height: 130px;
	background-image: url(../images/row1_col3-4.gif);
}

#row_2
{
	clear: both;
}

#row_2_column_1
{
	width: 230px;
	height: 600px;
	/*border: #8f001a 1px solid;*/
	float: left;
}

#row_2_column_2
{
	width: 650px;
	height: 600px;
	/*border: #8f001a 1px solid;*/
	float: left;
}

#row_2_column_3
{
	width: 230px;
	height: 600px;
	/*border: #8f001a 1px solid;*/
	float: left;
}

#nav_container
{
	height: 430px;
	width: 230px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto;
}

#nav_container ul, li
{
    margin: 0;
	padding-top: 1px;
    list-style: none;
    display: block;
}

#nav_container li a {
    display: block;
}

#under_nav_panel
{
	height: 190px;
	width: 230px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto 0 auto;
}

#main_center_panel
{
	height: 500px;
	width: 650px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto;
	background-image: url(../images/img1.jpg);
}

#lower_center_panel
{
	height: 130px;
	width: 650px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto 0 auto;
	background-image: url(../images/header_2_center_image.jpg);
}

#row_2_column3_upper
{
	height: 240px;
	width: 230px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto;
}

#row_2_column3_lower
{
	height: 390px;
	width: 230px;
	/*border: #8f001a 1px solid;*/
	margin: 0 auto 0 auto;
}

img
{
	border: 0;
}
