body { 
	background-color: #212326; 
	margin: 0;
	background-image: url('vhstile.jpg');
}

@font-face {  
		font-family: quadra;  
		  src: url( 'm06.TTF' ) format("truetype");  
 
} 
@font-face {
	  font-family: lostpet;  
  		src: url( 'm46.TTF' ) format("truetype");
} 
@font-face {
    font-family: 'CamcorderOutline2';
    src: url('camcorder_ol_2-webfont.eot');
    src: url('camcorder_ol_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('camcorder_ol_2-webfont.woff') format('woff'),
         url('camcorder_ol_2-webfont.ttf') format('truetype'),
         url('camcorder_ol_2-webfont.svg#CamcorderOutline2') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CamcorderRegular';
    src: url('camcorder_reg-webfont.eot');
    src: url('camcorder_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('camcorder_reg-webfont.woff') format('woff'),
         url('camcorder_reg-webfont.ttf') format('truetype'),
         url('camcorder_reg-webfont.svg#CamcorderRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p { margin-bottom: 12px; }

a {
	text-decoration: none;
	color: #24A9E0;
	font-weight: bold;
	font-size: 14px;
	font-family: "Helvetica";
}

a:hover {
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}

a:visited, a:active {
	text-decoration: none;
	color: #196f92;
	font-weight: bold;
}

#wrapper{
	width: 960px;
	margin: 0px auto;
	padding: 0px auto;
}
#logoBox{
	width: 960px;
	float: center:
	padding: 10px;
	margin-left: 10px;
	background-color: transparent;
	text-align: center;
	margin-top: 10px;
}

#mainBox{
    float: left;
    padding: 20px;
    width: 580px;
    border: 5px solid  #ffffff;
    background-color: #FFFFFF;
    min-height: 500px;
    -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}

#mainBox img { border: 2px solid #24A9E0;}

#rightSidebar{
    float: right;
    width: 300px;
    margin: 0px auto;
    padding: 0px auto;
    margin-top: 20px;
}

.menuItem, .menuItem:visited, .menuItem:active{
	width: 300px;
	float: right;
	display: block;
	padding-right: 10px;
	height: 70px;
	color: #000000;
	font-size: 36px;
	line-height: 70px;
	vertical-align: middle;
	text-align: right;
	font-family: "CamcorderRegular",Arial, sans-serif;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-khtml-border-top-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-image: url('lcdburn.png');
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	text-shadow: 1px 1px #444;
	border-left: 5px solid #ffffff;
}

.menuItem:hover{

	color: #FFFFFF;
	text-shadow: 1px 1px #444;
	text-decoration: none;
}

.menuItem.colorRed{background-color:red;}
.menuItem.colorBlue{background-color:blue;}
.menuItem.colorGreen{background-color:lime;}
.menuItem.colorYellow{background-color:yellow;}
.menuItem.colorCyan{background-color:aqua;}
.menuItem.colorMagenta{background-color:fuchsia;}

.code {
	border:1px dashed #E1E1E1;
	color:#333344;
    background:#FAFAFA;
    font-family:monospace;
    overflow:auto;
    font-size:12px;
    padding:0.5em;
}

.football{color: #333333; font-size: 32px; font-family: Arial, sans-serif; text-align: center; font-weight: bold;}

strong { font-weight: bold; }
h1 { font-weight: bold; color: #24A9E0; font-size: 32px; font-family: CamcorderRegular, sans-serif; margin-bottom: 10px; font-weight: bolder;}
h2 { font-weight: bold; color: #666666; font-size: 20px; font-family: lostpet, sans-serif; margin-bottom: 10px; margin-top: 20px;}
h3 { color: #666666; font-size: 16px; font-family: Arial, sans-serif; margin-top: 10px; margin-bottom: 10px;}
