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

*/

@import url("text.css");

/* LAYOUT */

body {
	background-color: #2f6eee;
	margin: 0px; padding: 0px;
	background-image: url(img/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

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

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

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

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

#footer p { font-size: 9pt; margin-left: 50px; margin-right: 80px; }
