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

@import url("http://fonts.googleapis.com/css?family=Kreon:400,700");

* {
font-family: 'Kreon', serif;
font-size:14px;
color:#FFFFFF;
border:0;
}

form {
border:0;
}

textarea, #mailformaddress{
color:#000000;
}

label {
width:150px;
display:block;
float:left;
}

input {
clear:right;
padding:3px;
margin-bottom:5px;
border:#000 1px solid;
color:#000000;
}

#mailform{
border:0;
}

.csc-mailform-submit{
margin-top:20px;
}

body{
background:fixed;
background-image:url(../images/layout/bg.jpg);

}

h1, h2, h3, h4, h5, h6 {
font-weight:normal;

}

h1{

font-size:24px;
color:#FFFFFF;
}

h2{

font-size:16px;
font-weight:bold;
color:#FFCC00;
}

h3 {
display:block;
padding:10px;
background-color:#990000;
font-weight:bold;
}

#maincontent{
width:770px;
width:540px;
padding:10px;
font-size:14px;
}

