/*
Layout css for design-portfolio.co.uk
by Terry O'Leary
*/
html, body {
	height:100%;
	}
#distance { 
	width:1px;
	height:40%;
	margin-bottom:-233px; /* half of container's height */
	float:left;
}
body{
/*background:url(../../media/gif/bg.gif) repeat;*/
background:black;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main{
width:1000px;
margin:auto;
clear:both;
padding:1px;
background:url(../../media/gif/bg.gif) repeat;
}
#banner{
width:1000px;
height:60px;
background:#CBD401;
margin-bottom:3px;
}
#content{
width:1000px;
background:url(../../media/gif/content_bg.gif) repeat;
}
#left_col{
/*width:150px;
border:1px solid blue;*/
/*height:400px;*/
float:left;
clear:left;
padding:10px;
}
#right_col{
width:820px;
/*border:1px solid red;*/
float:right;
clear:right;
}
#flash_banner{
width:820px;
height:85px;
/*border:1px solid green;*/
padding-top:10px;
padding-bottom:30px; 
}
#nav{
width:192px;
/*height:422px;*/
/*border:1px solid yellow;*/
float:left;
clear:left;
}
#inner_left{
width:450px;
/*height:300px;*/
/*border:1px solid green;*/
float:left;
margin-bottom:30px;
/*margin-left:45px;*/
}
#inner_left_contact{
width:180px;
/*height:300px;*/
/*border:1px solid green;*/
float:left;
margin-bottom:30px;
color:white;
font-size:8pt;
}
#inner_right{
padding:0px;
margin:0px;
width:156px;
float:right;
clear:right;
padding-top:10px;
/*height:300px;*/
/*border:1px solid purple;*/
}
#inner_right_contact{
padding:0px;
margin:0px;
width:436px;
float:right;
clear:right;
padding-top:10px;
margin-bottom:30px;
/*height:300px;*/
/*border:1px solid purple;*/
}
#inner_colspan{
padding:0px;
margin:0px;
width:623px;

/*height:120px;*/
/*border:1px solid orange;*/
float:right;
clear:right;
margin-bottom:40px;
}
#footer{
width:990px;
/*border:1px solid white;*/
height:25px;
clear:both;
padding-right:10px;
padding-bottom:3px;
margin-top:20px;
}
#ribbon{
	width:242px;
	height:180px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(../../media/gif/ribbon.gif) no-repeat;
}