/* CSS Document */
body {
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#999999;
}
a:link {
	color:#666;
	font-weight:bold;
	text-decoration:none
}

a:visited {
	color:#666;
	font-weight:bold;
	text-decoration:none
}

a:hover {
	color:#999;
	text-decoration:underline
}

a:active {
	color:#666;
	text-decoration:none
}

.gallery {
	margin:10px;
	border:2px solid #666666
}

div.title {
	width:100%;
	background-color:#111111;
	border-bottom:1px solid #666666;
}

div.header {
	width:750px;
	height:120px;
}
div.container {
	margin:0px auto;
	width:750px
}

#justify {
	text-align:justify;
}

p {
	margin:10px;
	margin-left:25px;
	margin-right:25px;
}

h1 {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	margin:2px;
	margin-left:25px;
	margin-right:25px;
	margin-top:5px;
	font-size:large
}

hr {
	color:#666;
	margin-top:10px;
	margin-bottom:10px;
}

div.main {
width:650px;
}

div.item {
text-align:left;
border:1px solid #666666;
background-color:#111111;
margin-left:80px;
margin-right:80px;
margin-top:10px;
margin-bottom:10px;
padding:10px;
}

div.item_gallery {
border:1px solid #666666;
background-color:#111111;
margin-left:80px;
margin-right:80px;
margin-top:10px;
margin-bottom:10px;
padding:5px;
}

div.item_link {
border:1px solid #666666;
background-color:#111111;
margin-left:80px;
margin-right:80px;
margin-top:5px;
margin-bottom:5px;
padding:5px;
}

div.one {
	background-image:url(images/sok_one.jpg);
	float:right;
	height:240px;
	width:100px;
	clear:right;
}

div.two {
	background-image:url(images/sok_two.jpg);
	float:right;
	height:240px;
	width:100px;
	clear:right
}

div.three {
	float:right;
	height:300px;
	width:100px;
	clear:right
}

div.legal {
	margin-top:1em;
	color:#666666;
	line-height:20px;
	font-size:smaller
}

img.small_pic {
	margin:5px;
}

span.divider {
	color:#666666
}

