/* Default HTML
--------------------------------------------------- */
a:link, a:visited {
	color:#000000;
}


body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #888787;
	letter-spacing: .02em;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
    border: 0;
}

/* Page Wrapper
   contains #header, #content, and #endbar
--------------------------------------------------- */


#header {
	width:465px;
	overflow:hidden;
}

#main{
	width:465px;
	height:573px;
	padding:14px;
	margin-left:auto;
	margin-right:auto;
}

#content{
	width:454px;
	height:454px;
	clear:both;
	cursor:pointer;
}

#content img{
	width:454px;
}


#links a:link, #links a:visited{
	color: #888787;
	text-decoration:none;
}

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

/* CLASSES
--------------------------------------------------- */



