/*
      Created by Simon Whitehouse of http://sponex.info
	  
	  E-Mail: sponex@gmail.com
	  
 
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:  #6f6f6f;
}
/* Wrapper */
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
/* Header */
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 0px;
 border: 1px solid #6f6f6f;
 height: 160px;
 margin: 0px 0px 0px 0px;
}
#logo {
    background: url(images/small_logo.png) no-repeat;
    height: 160px;
    width: 920px;
    float: left; 
}
#tagline {
    float: left; 
}
#tagline h3 {font-size: 30px; color: #e4dfdf; }
#tagline {
    float: left;
    padding-top: 20px;
    padding-left: 20px; 
}
/* Menu Code */
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 border: 1px solid #6f6f6f;
 margin: -23px 0px 5px 0px;
 background: #98bf21;
}
#navigation ul
{
list-style-type:none;
margin:0;
padding:0;
}
a
{
display:block;
width:60px;
}
li
{
display:inline;
float:left;
}
a:link,a:visited
{
display:block;
width:120px;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
text-align:center;
padding:4px;
text-decoration:none;
text-transform:uppercase;
}
a:hover,a:active
{
background-color:#7A991A;
}
/* Content Code */
#content { 
 float: left;
 color: #333;
 border: 1px solid #F2F2E6;
 background: #F2F2E6;
 margin: 0px 5px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 650px;
 display: inline;
}
/* Sidebar Code */
#rightcolumn { 
 color: #333;
 border: 1px solid #272727;
 background: url(images/sidebar.gif) repeat-x; 
 background: #272727;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 223px;
 float: left;
}
#rightcolumn h3 {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 1px;
    padding-left: 15px;
}
#rightcolumn ul {
	text-align: left;
    padding-bottom: 15px;
    color: #fff; 
}
/* Footer Code */
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 border: 1px solid #272727;
 background: #272727;
 margin: 0px 0px 0px 0px;
 padding: 10px;
}
#footer p {
    padding-top: 1px;
    padding-bottom: 1px; 
	color: #fff;
	font-weight: bold;
	}
/* Corner advert Code */
#corner-ad {  
    display: block;  
    width: 200px;  
    height: 200px;  
	background: #6f6f6f;
	position: absolute;  
    top: -105px;  
    right: -105px;  
    -webkit-transform: rotate(45deg);  
    -moz-transform: rotate(45deg);  
    -o-transform: rotate(45deg);  
}  
#corner-ad {
	top: -142px\9;
	right: -60px\9;
	*right: -140px;
	filter:  progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
	zoom: 1;
}
/* Other*/
