body {
    background: #202020 url(); /* Background for the whole page */
}

#container {
    width: 959px; /* Total width of layout */
    margin:0 auto;
}

#bg{
    background: url(http://www.vwgroups.co.uk/new/mid.png) repeat-y; /* Repeating background */
    width:916px;
    float:left;
}

#header {
    height: 275px;
    background: url(http://www.vwgroups.co.uk/new/head.png) no-repeat; /* Header image */
	margin:0 auto;
    
}

#footer {
    background: url(http://www.vwgroups.co.uk/new/foot.png) no-repeat; /* Footer image */
    height: 172px;
    clear: both;
	padding: 0 0 0 0;
}

#sidebar {
    width: 430px;
    float: right;
    position: relative;
	margin: 8px -241px 0 0px;
}

#content {
    width:430px;
    float: left;
    position: relative;
	margin: -20px 0px 0px 145px;
}

/* TEXT */
body {
    background:#202020 url();
    font:12px "lucida sans", tahoma, serif;
    color:#202020;
}
a:link,a:active,a:visited { color:#BC2327; text-decoration:none;}
a:hover { color:#786767;
}


.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 113px;
}

.buttonmenu li a{
color: #800000;
display: block;
width: 100%;
padding: 3px 4px;
text-decoration: none;
font-weight: none;
border: 1px solid;
border-color:#202020 #000000 #000000 #202020; /*light dark dark light*/
background-color: #000;
text-decoration:none;
}


.buttonmenu li a:visited{
color: #800000;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: #ffffff;
background-color: #202020;
}


#active {
color: #fff;
background-color: #000000;
}




.commentbox{
background-color: #332f2f;
width: 420px;
padding: 10px;
font-size: 90%;
color: #fff;
}

.commentfooter{
background: url(http://www.vwgroups.co.uk/images1/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 80%;
color: #404040;
}


blockquote{
    border: 1px dotted #FF4242;
    border-left:5px solid #FF4242;
    padding-left:20px;
    background: #FFEBEB;
}

