html {
	width:100%;
	height:100%;
}

body {
	background-color:#999;
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	background-image:url("../pix/background.jpg");
	background-position:center top;
	text-align:center;
}

#container {
	text-align:left;
	margin:auto;
	width:100%;
	height:100%;
}

#container > #content {
	min-height:100% !important;
	height:auto;
}

#left {
	background-image:url("../pix/border_left.gif");
	background-repeat:repeat-y;
	background-position:right top;
}

#right {
	background-image:url("../pix/border_right.gif");
	background-repeat:repeat-y;
	background-position:left top;
}

#rowleft {
	vertical-align:top;
	font-size:1.2em;
	background-color:#FFF;
	width:277px;
	padding:15px 20px 10px 20px;
}

#rowright {
	vertical-align:top;
	font-size:1.2em;
	background-color:#FFF;
	padding:15px 0px 10px 0px;
	width:60%;
}

.header {
	height:80px;
	color:#999;
}

.welcome {
	float:left;
}

.copyright {
	float:right;
	font-size:0.8em;
}

.title {
	padding:0px 0px 8px 0px;
	border:0px dashed #000;
	border-bottom-width:2px;
}

.news {
	padding:5px 0px;
	border:0px dashed #000;
	border-bottom-width:2px;
}

.news span {
	color:#ED1C22;
}

.store {
	float:left;
	height:250px;
	padding:1px 1px 3px 1px;
	background-color:#999;
	text-align:center;
	margin:8px 8px 0px 0px;
	color:#FFF;
}

.store div {
	float:left;
	height:200px;
	margin-bottom:3px;
}

.store a {
	color:#FFF;
}

.storetitle {
	color:#ED1C22;
	margin-top:8px;
}

.thumbs {
	margin-bottom:30px;
}

.thumbs img {
	margin:8px 8px 0px 0px;
}

.photo {
	margin-top:16px;
	border:1px solid #999;
}

img { border:0px; }

a {
	color:#ED1C22;
}

a:hover {
	color:#000;
}
