body{
background:#eeeeee;
}

html, *{
font-family: arial;
}

h1{
font-size:22px;
font-weight:bold;
}

a{
font-family: arial;
}

h3{
font-size:19px;
color:#3F3F3F;
font-family: arial;
}

p, ul, li{
font-size:12px;
color:#3F3F3F;
font-family: arial;
}

#wrapper{
width:940px;
margin:0 auto;
}

#header{
padding:20px 20px;
}

#banner{
padding:0 0 30px 0;
}

#content{
padding:0 20px;
}

#content-right{
width:420px;
padding:0 0 0 20px;
}

#content-right p{
padding:5px 0 40px 0;
}

#content-right ul{
padding:0 0 30px 0;
margin:0 0 0 30px;
}

#content-left{
width:437px;
border-right:3px solid #1e1e1e;
padding:0 20px 0 0;
}

#content-left input{
background: #3f3f3f;
border:3px solid #1e1e1e;
width:417px;
font-size:16px;
padding:7px;
color:#fff;
margin:2px 0 18px 0;
}

#content-left textarea{
background: #3f3f3f;
border:3px solid #1e1e1e;
width:417px;
height:200px;
font-size:16px;
padding:7px;
color:#fff;
margin:2px 0 18px 0;
overflow:auto;
}

#content-left input#submit{
background: #238ede;
border:3px solid #0760a2;
font-size:16px;
padding:7px;
color:#fff;
width:437px;
text-align:center;
}

#footer{
width:100%;
background: #1E1E1E;
border-top: 3px solid #3F3F3F;
height:120px;
text-align:center;
margin:30px 0 0 0;
}

#footer img{
margin: 23px auto 0 auto;
}

#success{
background: #21b516;
border:3px solid #1d7a00;
font-size:16px; 
padding:7px;
color:#fff;
width:417px;
text-align:center;
}

#success a:link, #success a:hover, #success:visited{
color:#fff;
text-decoration:underline;
}

#failed{
background: #df3b2e;
border:3px solid #b52116;
font-size:16px;
padding:7px;
color:#fff;
width:417px;
text-align:center;
}



/*-- ADMIN --*/
.entry{
border:3px solid #1e1e1e;
margin:0 0 10px 0;
}

.entry-left{
float:left;
width:250px;
padding: 5px;
}

.entry-right{
float:right;
width:100px;
padding:5px;
}

.entry-right a{
background:#333;
width:100px;
padding:4px;
clear:both;
float:right;
margin:2px 0;
text-align:center;
text-decoration:none;
color:#eee;
}

.name{
float:left;
}

.email{
float:left;
clear:left;
}

.address{
float:left;
clear:left;
}

.idea{
float:left;
background:#ddd;
width:500px;
padding: 5px;

}