/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
*/

/* RESET'S & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
	font: 62.5% Helvetica, sans-serif;
	background: #ffffff;
}

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-botom: 1.2em; }
a { 
	outline: none;
	color: #d9511e;
	text-decoration: none;
}
a:hover {
	color: #765b51;
}
a img { border: none;}
img#logo {
	margin: 40px; 0 0 0;
}
img#usa, img#china {
	margin: 60px 25px 20px 30px;
}
h3 {
	font-size: 2em;
	color: #765b51;
}

p {
	font-family: Georgia, Times New Roman, serif;
	color: #765b51;
}

/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright {float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 600px;
	height: 700px;
	margin: 0 auto;
}
/* END STRUCTURE */
