* { padding: 0; margin: 0; }

a {
 outline: none;
 color: #5bc13a;
}

img {border: none;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}
#wrapper { 
 margin: 0 auto;
 width: 700px;

}
#header {
 color: #000;
 width: 700px;
 float: left;
 height: 100px;
 margin: 10px 0px 0px 0px;
}
#header ul li {
 width: 700px;
 height: 100px;
 /*background: url(images/header.gif) no-repeat;*/
}
#header ul li a {
 color: #000;
 text-decoration: none;
 outline: none;
}
#header ul li a img {
 border: none;
 height: 100px;
 width: 700px;
}

#left2 {width: 227px; margin: 0px; float: left; color: #fff;}

#leftcolumn { 
 color: #000;
 background: url(images/left.jpg) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 450px;
 width: 227px;
 float: left;
}

#leftcolumn p {
	text-align: center;
	color: #ccc;
	margin-top: 20px;
}

#leftcolumn ul {}
#leftcolumn ul li {
	padding: 10px;
	margin-left: 20px;
}
#leftcolumn ul li a {
	color: #ffff01;
	font-size: 24pt;
	text-decoration: none;
	font-weight: bold;
}
#leftcolumn ul li a:hover {
	color: #5bc13a;
}
#rightcolumn { 
 float: right;
 color: #fff;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: auto;
 width: 430px;
 display: inline;
}
#rightcolumn p {
	margin-top: 10px;
        padding-left: 5px;
}
#rightcolumn h2 {
	color: #ffff01;
	font-size: 20pt;
}
#rightcolumn h3 {
 color: #ffff01;
 font: size: 14pt;
 margin-bottom: -10px;
}

#rightcolumn a {
	color: #5bc13a;
	text-decoration: none;
}
#rightcolumn a:hover {
	color: #ffff01;
}
#rightcolumn img {
 float: left;
 padding: 5px;
 border: none;
}

#footer { 
 width: 700px;
 height: 15px;
 clear: both;
 color: #000;
 background: #FF0000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#footer p {
 text-align: center;
 color: #000;
}
#footer2 {
 width: 700px;
 height: 15px;
 background: #ffff01;
}
#footer3 {
 width: 700px;
 height: 15px;
 margin: 0px 0px 10px 0px;
 background: #5bc13a;
}