/* @override 
	http://www.theotheroffice.com.sg/divelogic/css/basic01.css
	http://gzmarine.com/css/basic01.css
	http://localhost/~theotheroffice/default_website/css/basic01.css
	http://yourresources.com.sg/css/basic01.css
*/

div#container {
	border: 3px solid #2B1166;
	text-align: center;
	width: 800px;
	margin: 20px auto auto;
	color: #4c4c4c;
	background: #fff repeat-x;
	padding: 5px 5px 10px;
}

a {
	text-decoration: none;
	color: #003f83;
	border-style: none;
	border-width: 0;
}

a:hover {
	text-decoration: underline;
	color: #ff7a00;
}

div.footer {
	font-size: x-small;
	width: 600px;
	text-align: right;
	margin: auto;
}

body {
	color: #666;
	background: #101557 none repeat-x;
	font: small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	color: #2B1166;
}
