/* CSS Document */

body {
	background-color:#00001A;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#81869A;
	margin:0;
}
.album {
	text-align:center;
}

a {
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	background-color:#000033;
}

#container {
	width:740px;
	margin:0 auto 0 auto;
}

#top {
	background-image:url(../images/backgrounds/top.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding-bottom:10px;
	text-align:justify;
	position:fixed;
	width:740px;
}

#top img {
	margin-right:10px;
}
table img {
	border:none;
	
}
table img:hover {

}

#top a {
	color:#81869A;
	padding:10px;
	padding-left:7px;
	padding-right:7px;
	margin-left:10px;
	text-decoration:none;
}
#top a:hover {
	color:#fff;
	background-color:#00001A;
}
#top .active {
	color:#fff;
	background-color:#00001A;
}

#content {
	background-image:url(../images/backgrounds/content.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:120px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:50px;
	background-color:#00001A;
}
#bottom {
	height:34px;
	background-image:url(../images/backgrounds/bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

h1 {
	margin-bottom:40px;
}

ol,ul {
	line-height:30px;
	font-size:120%;
	background-image:url(../images/backgrounds/olul.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:60%;
	margin-bottom:20px;
}

li {
	list-style-type:square;
}

p {
	padding:10px;
	line-height:20px;
}


#content .image {
	float:right;
	border:3px solid #5E5E6E;
}

h3 {
	margin:0;
	padding:0;
	background-image:url(../images/backgrounds/h3.gif);
	background-position:right;
	background-repeat:no-repeat;
}
h4 {
	margin:0;	
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	background-image:url(../images/backgrounds/h3.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size:10px;
	
}
.date {
	margin:10px;
	font-size:9px;
	border-top:1px solid #0000ff;
	border-bottom:1px solid #0000ff;
	padding:5px;
	color:#FFFFFF;
}

th {
	background-image:url(../images/backgrounds/th.jpg);
	text-align:left;
	padding:5px;
}
td {
	padding:5px;
}
.box {
	border:1px solid #ffffff;
	background-image:url(../images/backgrounds/box.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

.clearer {
	clear:both;
}


