* {
padding: 0;
margin: 0;
} 

body {
background-color:#e0f2fb;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 16px;
color: #333333;
}

h1, h2, h3 {
font-size: 12px;
}

h1 {
color: #6d1f80;
}

h2 {
color: #e2007a;
}

h3 {
color: #003882;
}

ul{
list-style-position: inside;
}

img {
border: none;
}

.button {
width:228px;
height:81px;
float: left;
}

#wrap {
width:900px;
position:absolute;
left:-450px;
top: 30px;
margin-left:50%;
border:1px #000 solid;
background-color:#fff;
background-image:url(images/bg_1.gif);
background-position:left bottom;
background-repeat:no-repeat;
}

#header {
width:900px;
height:119px;
background-image: url(images/top.jpg);
}

#pics {
width: 900px;
height:133px;
}

#menu {
width: 228px;
height: 369px;
padding-top: 30px;
float: left;
}

#content {
width: 460px;
padding-top: 30px;
padding-right: 170px;
float: right;

}
