/*	CSS Document 
 *	Author: Tashreek Jackson
 *	Overview: Main Stylesheet for Site Layout.	
*/

body, div, p, a, img{
	margin:0;
	padding:0;
	outline:0;
	border:0;
}

html, body	{ height:100%; }

body{
	background:#FFFFFF url(/assets/images/tile.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	overflow:auto;
}

#wrapper{
	background:url(/assets/images/bg.jpg) no-repeat;
	margin:0 auto;
	width:900px;
	height:650px;
}

#content{
	margin:0 auto;
	padding:343px 0 0 0;
	width:300px;
}

#content img{
	padding:0 0 0 15px;
}

#content p{
	padding:20px 0 0 15px;
}