/* Some basic resets and global styles */

html, body, span, embed, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	text-decoration: none;
	font-family: Helvetica, Arial, Verdana, sans-serif;	
	vertical-align: baseline;
	color: #000000;
	list-style-image: none;
	list-style-type: none;

}

body {
	background: url(/images/bg.png) repeat;
}

a {
	outline: none;
	color: red;
}

a img {
	border-color: #000000;
	border: 2px solid;
	margin: 10px 0px;
	padding: 10px;	
}

a:hover {
	color: #333333;
}

#page-wrap {
	width: 424px;
	height: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}

.shawna {
	padding-left: 10px;
}