/* CSS Document */

body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	margin: 0 0;
}
#container {
	margin: 0 auto;
	width: 800px;
	height: 600px;
}
#header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#header img {
vertical-align: middle;
}
#navbar li {
	display: inline;
	list-style-type: none;
}
#contents {
	font-size:11px;
	text-align:center;
	padding:0 5px 0 5px;
	height: 500px;
}
#maincontents {
	margin: 0 auto;
	font-size:11px;
	text-align:center;
	padding:0 5px 0 5px;
	height: 500px;
}
#tablesmall {
	width:260px;
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
	float: right;
	font-weight: bold;
}
#tablesmall ul, li {
	list-style-type: none;
	line-height: 1.6em;
}
.trow li{
display: inline;
}
.square {
padding: 10px;
border: 3px solid white;
}
#gallist {
	overflow: auto;
	height: 450px;
}
#picframe {
	background-color: #000000;
	margin:0;
	text-align: center;
}
#screen {
margin: 0;
background-color: #000000;
background-image: url(../images/curtains.jpg);
background-repeat: no-repeat;
height: 500px;
width: 500px;
text-align: center;
overflow: hidden;
}
p.valign {
margin-top: 200px;
}
#footer {
	text-align: center;
	font-size: 11px;
	line-height: 1.5em;
	width: 100%;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 13px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.shrink {
font-weight: normal;
font-size: 10px;
line-height: 1.5em;
}
.shrink a:hover {
color: #FF6666
}
.cg {
	font-family: Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
	font-style: normal;
}
.cg a:link {
 color: #333333; 
 text-decoration:none;
 }
.cg a:visited { color: #333333; text-decoration:none;}
.cg a:hover { color: #333333; text-decoration:underline;}
.clearfloat {
clear: both;
}

