@charset "utf-8";
/* CSS Document for 4Com */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #222222;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Main Layout */

#Wrap {
width: 1024px;
height: auto;
margin: 0 auto;
}

#Header {
width: 1024px;
height: 210px;
float: left;
background-image: url(../img/jpgs/header_sunny.jpg);
background-repeat: no-repeat;
}

#Lower_Header {
width: 1024px;
height: 33px;
float: left;
background-image: url(../img/jpgs/lower_header.jpg);
background-repeat: no-repeat;
}

#ContentWrap {
width: 1024px;
height: auto;
float: left;
background-image: url(../img/jpgs/content_bg.jpg);
background-repeat: repeat-y;
}

#Side {
width: 31px;
height: auto;
float: left;
}

#Menu {
width: 201px;
height: auto;
float: left;
}

#Content {
width: 459px;
height: auto;
float: left;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

#Content_S {
width: 741px;
height: auto;
float: left;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
}

#Flash {
width: 282px;
float: left;
height: auto;
padding-top: 20px;
padding-bottom: 10px;
}

#End {
width: 31px;
float: left;
height: auto;
}

#Footer {
width: 1024px;
height: 60px;
float: left;
background-image: url(../img/jpgs/footer.jpg);
background-repeat: no-repeat;
}

/* Font */

.bodyfont {
color: #11313f;
font-size: 11.9px;
line-height: 20px;
}

.header {
color: #00aaad;
font-size: 29.75px;
font-weight: bold;
}

.subheader {
color: #11313f;
font-size: 15px;
font-weight: bold;
line-height: 22px;
}

.smallfont {
color: #11313f;
font-size: 9px;
}

