/*   
Theme Name: Simple Mini Blue2
Theme URI: http://www.minisitegallery.com
Description: The dark blue version of the Simple mini-site theme.
Author: Iszuddin Ismail (kidino)
Author URI: http://www.minisitegallery.com

*/

@import url("text.css");

/* LAYOUT */

body {
	background-color: #c5dadc;
	margin: 0px; padding: 0px;
}

#wrapper {
	width: 770px;
	background-image: url(img/widebg.gif);
	margin: auto;
	margin-top: 0px; margin-bottom: 0px;
	min-height: 800px;
}

#chead {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 140px;
}

#content {
	width: 660px;
	margin: auto;
	padding-bottom: 50px;
}

#footer {
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 50px;
	width: 770px;
	margin: auto;
	font-size: 10pt;
	padding-bottom: 20px;
}

#footer * { font-size: 10pt; margin-left: 50px; margin-right: 50px; }