/*---------------------
	 reset
----------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/*html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size: 100%;
    vertical-align:baseline;
    background-color:transparent;
    color:#333;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background-color:transparent;
}*/
 
/*---------------------
	rayout
----------------------- */ 
/*h1{
	font-size: 2em;
	line-height: 1.3;
	padding: 80px 0 150px;
	color: #D25C3E;
	text-shadow: 0px 1px 1px #FFEFD5;
}*/
#wrapper{
	position: relative;
	padding-bottom:120px;

	
}
/*#header{
	width: 700px;
	margin: 0 auto;	
}
#content{
	width: 700px;
	height: 1200px;	
	margin: 0 auto;
	text-align: center;
}
#content p{
	color:#fff;
	font-weight: bold;
	margin-bottom: 150px;
	text-shadow: 0px 1px 1px #ccc;
}
#content p a{
	color:#F7B797;
	text-decoration: none;	
	text-shadow: 0px 1px 1px #fff;
}
#content p a:hover{
	color:#D25C3E;
}*/
/*.gotop{
	
	position: fixed;
	left: 50%;
	bottom: 0;
	margin:0 0 20px -630px;
	/*margin:0 0 0 -63px;
}
.gotop a{
	/*width: 125px;
	height: 94px;
	display: block;
}*/

/*@media (max-width:1200px){}*/
	.gotop{
		left: 0%;
	bottom: 0;
	margin:10px;
}
.gotop a{
	display: block;
}

/*#footer{
	min-height: 273px;
	background: url(images/foot_back.png) repeat-x;
	text-align: center;
}
#footer .copy {
	padding-top:150px;
}
#footer .copy small{
	color: #fff;
	font-size: 14px;
}*/