* {
	margin:0;
	padding:0;
}
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	background-color:#EAEAEA;
}
p{
	margin: 8px 0px 14px 0px;
}
a{
	color: #000;
}
#header {
	font-size: 20px;
	padding: 6px 0px 7px 10px;
	width: 310px;
	text-align: center;
}
#footer{
	margin: 2px 15px;
	padding: 0px 10px 10px 10p;
	width: 290px;
	height: 40px;
	color:#888888;
}
#wrapper{
	margin: 10px;
	padding: 0px;
	width: 300px;
}
#wrapper ul{
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border:1px solid #E0E0E0;
    background-color: #FFF;
    
}
#wrapper ul li{
	list-style: none;
	list-style-type: none;
	display: block;
	font-size: 16px;
	border-bottom:1px solid #E0E0E0;
	padding: 0px;
	font-weight: bold;
	width: 298px;
}
#wrapper ul li:last-child{
	border-bottom: none;
}
#wrapper ul li a{
	background: transparent url(../images/arrow.png) no-repeat right center;
	padding: 8px 35px 8px 10px;
	color: #000;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	width: 255px;
	display: block;
}
.content{
	-webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
    border:1px solid #E0E0E0;
    background-color: #FFF;
    padding: 15px 10px;
    width: 280px;
    line-height: 17px;
    margin-bottom: 4px;
}
.content .margin10{
	margin: 10px;
	float: left;
}
.content  .portfolio{
	text-align: center;
	border: 2px solid #E0E0E0;
}
h1{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom:  6px;
	border-bottom: 1px solid #E0E0E0;
}
h2{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom:  4px;
	border-bottom: 1px solid #E0E0E0;
}
#page_index{
	
}
input.button{
	font-size: 14px;
	font-weight: bold;
	background-color: #333;
	width: 276px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
    padding: 10px;
    text-align: center;
    color: #CCC;
	
}
input, textarea{
	font-family:Helvetica,Arial,sans-serif;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	color:#555555;
	background:#FBFBFB none repeat scroll 0 0;
	border:1px solid #E5E5E5;
	font-size:12px;
	line-height: 16px;
	margin-bottom:16px;
	margin-right:6px;
	margin-top:2px;
	padding:5px;
	width:265px;
}
label{
	font-size: 12px;
	font-weight: bold;
	color:#5B5A5A;
}
.right{
	float: right;
}
.right a{
	padding: 2px 6px;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius:4px;
	font-weight: bold;
	line-height: 24px;
	font-size: 11px;
}
.notice {
	-x-system-font:none;
	background: #FFF3AE none repeat scroll 0 0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	padding:10px;
	margin: 8px 0px 14px 0px;
	font-style: italic;
	width: 260px;
	-webkit-border-radius:4px;
}
.error{
	border: 1px solid #CC0000;
}
.spacer{
	clear: both;
}

