#page {
	background-color: #303636;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(0,0,0,0.5);
	margin-top: 1em;
	border-radius: 20px;
	padding-top: 10px;
}

#page_light {
	background-color: #f5f5f5;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(245,245,245,0.5);
	
	/*
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	color: #FFF;
	*/
	margin-top: 1em;
	border-radius: 20px;
}



.boxL {
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666;
	width: 400px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
.boxR {
	float: right;
	width: 399px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-color: #666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxLC {
	float: left;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666;
	width: 400px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.boxRC {
	float: right;
	width: 399px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #666;
	border-left-width: 1px;
	border-left-color: #666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.headfoot {
	text-align: center;
	width: 800px;
	clear: both;
}
h1 {
	font-size: 3em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.5em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-style: oblique;
	margin-top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.2em;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	font-style: oblique;
	margin-top: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}



hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	margin-top: 1em;
	margin-bottom: 2em;
}
a {
	color: #F00;
}
p {
	font-size: 0.95em;
	line-height: 1.3em;
}
li {
	line-height: 1.5em;
}
body {
	background-image: url(top_gras/bkgnd.jpg);
	color: #FFF;
}
.WXGAplus {
	width: 640px;
	height: 399px;
}
.SXGA {
	width: 533px;
	height: 399px;
}
.QVGA {
	width: 240px;
	height: 320px;
}
.archives {
	border-radius: 16px;
	background-color: #F5F5F5;
	border: thin solid #666666;
	float: left;
	width: 240px;
	margin-left: 16px;
	margin-bottom: 16px;
}
.thumbnails {
	height: 180px;
}
.bothClear {
	clear: both;
}
