/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none; 
font-family:"Century Gothic", Century, Verdana, Arial, sans-serif;
}

ul, ol
{
list-style:none;
}

a
{
color: #FFFFFF;
text-decoration: underline;
font-weight:bold;
}

a:hover
{
color:#333333;
}
.clear {
clear:both;
}
/* End of Reset */
.bg {
background: url(images/background.gif) repeat-x top;
background-color: #43b451;
}
#wrapper { 
width:980px;
min-height:550px;
margin: 0 auto;
}
#sidebar {
width:271px;
height:550px;
float:left;
}
#logo a{
width:271px;
height:155px;
display:block;
background: url(images/logo.jpg) no-repeat top;
}
#menu {
width:271px;
height:395px;
display:block;
background: url(images/menu.jpg) no-repeat top;
}
#menu ul{
padding: 105px 0 110px 70px;
font-size:13px;
color:#333333;
line-height:18px;
}
#menu ul li a{
text-decoration:none;
color:#333333;
font-weight:normal;
}
#menu ul li a:hover{
text-decoration:none;
font-weight:bold;
}
.contact{
font-size:14px;
color:#FFFFFF;
line-height:18px;
padding: 0 0 20px 65px;
}
.contact a{
text-decoration:none;
color:#FFFFFF;
}
.contact a:hover{
text-decoration:none;
font-weight:bold;
}
.smalltext a{
font-size:10px;
color:#FFFFFF;
line-height:10px;
padding: 0 0 0 65px;
}
.bigtext{
font-size:30px;
color:#FFFFFF;
text-align:center;
padding: 0;
}
.bigtext2{
font-size:16px;
color:#FFFFFF;
text-align:center;
padding: 10px 0 0 0;
font-family:"Trebuchet MS", Verdana, Arial, serif, "Century Gothic";
}
#content {
width:709px;
min-height:550px;
display:block;
background: url(images/content.jpg) no-repeat top;
float:right;
}
.texts {
margin: 25px;
display:block;
}
.texts p {
font-size:12px;
color:#FFFFFF;
}
.texts h2 {
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}
.texts ul, ol
{
list-style:circle;
font-size:12px;
color:#FFFFFF;
padding: 20px 0 20px 20px;
}