* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #33BFEB; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 700px;
margin: 20px auto;
}

#header {
height: 46px;
}

#header h1 {
text-align: center;
padding: 5 0 0 0px;
font-size: 32px;
letter-spacing: -1px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
text-align: center;
padding-top: 8px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
background: #fff url(../images/top.gif) no-repeat;
padding: 5px 0;
}

#menu {
height: 50px;
line-height: 50px;
background: #33BFEB url(../images/menu.gif) no-repeat;
font-size: 12px;
}
#menu ul {
padding-left: 30px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 0px 0px;
background: #fff url(../images/content.gif) repeat-y;
}

.right {
float: right;
width: 460px;
text-align: justify;
padding: 0px 30px 20px 0px;
}
.right h2 {
color: #0000CC;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}

.full {
background-color: #FFFFFF;
float: left;
width: 650px;
text-align: justify;
padding: 0px 0px 0px 0px;
}
.full h2 {
color: #B4241B;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.full h2 a {

}
.full h2 a:hover {

}

.left {
float: left;
width: 160px;
padding: 10px;
border-right: 1px solid #aaa;
}
.left h2 {
font-size: 13px;
color: #333;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;
}

.left ul li a {
display: block;
color: #444;
}
.left ul li a:hover {
color: #33BFEB;
}

#bottom {
background: #fff url(../images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #666;
font-size: 11px;
}
#footer  a { color: #666; }

#carousel{
background: #fff url(../images/content.gif) repeat-y;
margin-left: 0px;
background-color:#FFFFFF;
width:650px;
height:240px;
position:relative;
border:0px solid #FFFFFF;
}

#carousel img{
width:100%;
height:100%;
border:0px solid #FFFFFF;
}    

#non-carousel{
background: #fff url(../images/content.gif) repeat-y;
text-align: center;
margin-left: 0px;
background-color:#FFFFFF;
width:700px;
height:100px;
position:relative;
border:0px solid #FFFFFF;
}

