@charset "utf-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color:#08adef;
background-image:url(images/layout/background.jpg);
background-repeat:repeat-x;
}

p {
font-family:Verdana, Arial;
font-size:12px;
line-height:14px;
color:#000;
text-align:left;
}

p a {
color:#0000ff;
text-decoration:none;
}

p a:hover {
color:#0000ff;
text-decoration:underline;
}

h1 {
font-family:Verdana, Arial;
font-size:50px;
color:#fff;
text-align:left;
padding-bottom:0px;
}

h2 {
font-family:Verdana, Arial;
font-size:50px;
line-height:10px;
color:#ffe816;
text-align:left;
}

.container {
width:1000px;
padding-top:20px;
}

.header {
width:1000px;
padding-bottom:30px;
}

.main {
width:1000px;
}

.left {
width:440px;
height:298px;
background-image:url(images/layout/layout.jpg);
background-repeat:no-repeat;
padding:10px;
}

.right {
width:440px;
height:298px;
background-image:url(images/layout/layout.jpg);
background-repeat:no-repeat;
padding:10px;
}

.footer {
width:1000px;
padding-top:20px;
}

.footer p {
font-size:14px;
text-align:center;
color:#fff;
}

.footer p a {
color:#fff;
text-decoration:none;
}

.footer p a:hover {
color:#0000ff;
text-decoration:underline;
}