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


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;	
	background:#fff;
	padding-top: 50px;
	padding-bottom: 50px;	
}
#wrapper {
	 width: 100%;
}
#header {
	text-align: center;	
}
#title {
	font-size: 22px;
	font-weight: bold;	
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-left: 4px;
	color: #000;
}
#tag {
	font-size: 14px;
	margin-left: 0px;
	color: #999;
}
	
.separator {
	width: 300px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
hr {
	color: #666;
	background-color: #ccc;
	height: 5px;	
}

#content {
	margin-top: 40px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
}
.col{
	float: left;
	margin-left: -10px;
	margin-right: -10px;
}
#left {
	width:33%;
	text-align: right;
	color: #09F;
	font-weight: bold;
}
#mid {
	width:33%;
	text-align: center;
	color: #666;
}
#right {
	width:33%;
	text-align: left;
	color: #999;
}

ul li {
	font-size: 12.5px;
	list-style: none;
	line-height: 2.05em;		
}
a {
	text-decoration: none;
	cursor:pointer;
	color: #333;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: none;
}

#clear {
	clear: both;
}

#footer {
	color: #fff;
	text-align: center;
	background-color: #000;
	margin-top: 40px;
	padding-top: 20px;	
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;	
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
	
}


/*------------------------------------*\
    $IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust:none;
    }
	#content {
		width: 70%;
	}
}