@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-image:url(../images/layout/bg_carbonfibre.gif);
 background-repeat:repeat;
}

img {
border:none;
}

#wrapper { 
 position:absolute;
 margin: 0 auto;
 left: 50%;
 margin-left:-450px;/*Half Total Width*/
 top: 60%;
 margin-top:-400px; /*Half Total Height*/
 width: 900px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 height: 50px;
}

#header p{
font-size:11px;
color:#fff;
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 background: url(../images/nav/topnav_bg.gif) repeat-x;  
}

.topnav li{
list-style:none;
text-align:center;
display:inline-block;
}

#navigation a{
text-decoration:none;
display:inline-block;
height:27px;
width:100px;
padding-top:8px;
color:#fff;

}

#navigation a:hover{
text-decoration:none;
background: url(../images/nav/topnav_hover.gif) repeat-x;  
}

#centreWrap{
float:left;
background-image:url(../images/layout/centreBG.png);
background-repeat:repeat;
width:900px;
}
#leftcolumn { 
 color:#fff;
 height: 450px;
 width: 200px;
 float: left;
}

#leftcolumn h1{
font-size:14px;
text-transform:uppercase;
border-bottom:solid #940324 1px;
margin-top:15px;
margin-left:23px;
width:150px;
}

#leftcolumn ul{
margin-top:10px;
}

#leftcolumn li{
list-style:none;
margin-left:23px;
margin-bottom:5px;
font-size:11px;
font-weight:bold;
color:#940324;
}

#leftcolumn a{
color:#940324;
text-decoration:none;
font-weight:bold;
}

#leftcolumn a:hover{
color:#ccc;
}

#leftcolumn p{
margin-top:10px;
font-size:11px;
margin-left:23px;
}
#rightcolumn { 
 float: right;
 color: #fff;
min-height: 450px;
 width: 700px;
 display: inline;
}

#rightcolumn p{
margin-top:10px;
font-size:11px;
}

#rightcolumn h1{
font-size:14px;
text-transform:uppercase;
border-bottom:solid #940324 1px;
margin-top:15px;
width:680px;
}

#rightcolumn h2{
font-size:14px;
text-transform:uppercase;
margin-top:15px;

}

#rightcolumn a{
color:#940324;
text-decoration:none;
font-weight:bold;
}

#rightcolumn a:hover{
color:#ccc;
}

.videoleft{
float:left;
display:inline;
padding-top:15px;
}

.videoright{
float:right;
display:inline;
width:235px;
margin-right:20px;
}

#footer { 
 width: 900px;
 clear: both;
 color: #999;
 font-size:10px;
}

#footer a{
color:#940324;
text-decoration:none;
}

#footer a:hover{
color:#ccc;
}

#gallerycolumn { 
 float: right;
 color: #fff;
 height: 450px;
 width: 900px;
 display: inline;
}

#gallerycolumn h1{
font-size:14px;
text-transform:uppercase;
border-bottom:solid #940324 1px;
margin-top:15px;
margin-left:23px;
width:860px;
}

.homeImg{
margin-right:20px;
margin-top:10px;
margin-left:20px;
float:right;
}


