* { 
	padding: 0;
	margin: 0;
}

body { 
font: 12px Verdana, Arial, Sans-Serif; 
background: #f7f7f7;
color :#444;
text-align: center;
}

ul { list-style-type: none; }

input.searchbar { 
border: 1px solid #232C3D;
width: 400px;
height: 30px;
font-size: 27px;
color :#444;
}

input.go {
border: 1px solid #232C3D;
height: 35px;
width: 70px;
margin: 0;
padding : 0;
font-size: 28px;
color: #444;
}

input.box {
height: 18px;
width: 18px;
}

#wrap {
width: 770px;
margin: 0 auto;
background: #f7f7f7;
}

#header {
background: #232C3D url('header.jpg');
height: 90px;
width: 770px;
}

#header h1 { padding: 10px 0 0 25px; color :#fff; font-size: 27px; }
#header h1 a{ color :#fff; font-size: 19px; font-weight: 100; text-decoration: none;}
#header h2 { padding: 0 0 0 25px; color :#fff; font-size: 14px; font-weight: 100; }

#content {
margin: 20px 50px;
font-size: 27px;
}

#list {
padding-left: 60px; 
font-size: 18px;
}

#footer { 
clear : both;
margin-top: 100px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
background: #fff;
padding:10px;
text-align: center;
}

