/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */

/* @override http://localhost:3000/stylesheets/site.css */


/* @override http://localhost:3000/stylesheets/site.css */
body {
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #ccc;
}

a img { border-style:none; }

div.intro {
	border-bottom: 2px solid #999;
}

span.signin {
	font-size: 75%;
}

a {
	text-decoration: none;
}

#content div.centered p a,
#content div.center p a {
	text-decoration: underline;
}

span.hint p {
	font-size: 75%;
}

p.signin {
	font-size: 75%;
	text-align: right;	
}

#content h1,
#content h2 {
	margin: 0;
	text-align: center;
	font-size: 50%;
	color: #fff;
}

div.clearfix {
	clear:both;
	height: 0;
	margin-bottom: 30px;
}

div.clearfix.last {
	margin-bottom: 0;
}

div#pagetop {
	width: 1000px;
	height: 130px;
	margin: 0 auto;
	background: url(../images/sitetop.png) repeat-y;
	border-top: 1px solid #fff;
}

div#pagetop1 {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/sitetop1.png) repeat-y;
	border-top: 1px solid #fff;
}

#content div.box div.text-box p a,
#content div.box div.text-box p a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}


div#pagebottom {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/sitebottom.png) no-repeat;
}

div#pagebottom1 {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
	background: url(../images/sitebottom1.png) no-repeat;
}

div#page {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/siteback.png) repeat-y;
}


div#content {
	margin: 0 80px;
}

div.center {
	margin: 0;
	text-align: center;
	padding: 0;
	color: #000;
}

div.right {
	margin: 0;
	text-align: right;
	padding-bottom: 10px;
}

div.centered {
	text-align: center;
	padding: 20px 0 9px 0;
	border: 2px solid #e7e7e7;
	background-color: #cccbfe;
	color: #000;
}

div.screenshot-box {
	width: 500px;
	float: left;
}

div.text-box {
	width: 310px;
	float: left;
	padding-right: 20px;
}

#content div.box div.text-box h1 {
	margin-top: 4px;
}

div#pageend {
	display: block;
}

ul {
	list-style: none;
}

#content div.box div.text-box ul li img {
	margin-right: 5px;
	margin-bottom: -3px;
}

#content div.box div.intro p {
	text-align: center;
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
}

