/* @override 
	http://localhost:8000/site_media/style/style.css
	http://sgoc.niquille.com/site_media/style/style.css
*/

@import url("header.css");
@import url("body.css");
@import url("form.css");
@import url("photo.css");
@import url("zoom/zoom.css");

html {
	height: 100%;
	width: 100%;
}

* {
  margin:0px;
  padding:0px; 
}

body {
	background-color: white;
	font-family: "Gill Sans", "Helvetica Neue", "Arial";
	color: black;
	text-align: left;
	font-size: 14px;
}

.center_wrap {
	margin: 0 auto;
	width: 1000px;
}

h2 {
	font-size: 1.6em;
}

p {
	margin-top: 5px;
}

img {
	border: 0px;
}

#footer {
	font-size: 0.7em;
	position: absolute;
	top: 5px;
	right: 5px;
}

#footer a {	padding: 2px 2px 2px 2px;	text-decoration: none;	color: white;}

#footer a:hover {
	background-color: #9f0706;
	color: white;
}