﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #330033 url(images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #33FFCC;
}

a { color: #60C3DB; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrap {
	background: #660066;
	width: 1034px;
	margin: 2px auto;
	padding: 5px 5px 5px 5px;
	border: 1px dotted #aaa;
}

#header {
	margin: 0px 20px 20px 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #aaa;
}

#header h1 {
	font-size: 26px;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a {
	color: #FAFFB0;
	text-decoration: none;
}

#header h1 a:hover {
	color: #eee;
	text-decoration: none;
}

#header h2 {
	color: #999;
	font-size: 16px;
	font-weight:bold;
}

#content {
	float: right;
	width: 472px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
	text-align: justify;
}

#content1 {
	float: right;
	width: 486px;
	padding: 0 20px 20px 20px;
	text-align: justify;
}

#content h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#content1 h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#content h2 a {
	color: #B0FFBD;
	text-decoration: none;
}

#content h2 a:hover {
	color: #eee;
}

#cam {
	float: right;
	width: 640px;
	padding: 0 20px 20px 20px;
	border-left: 1px dotted #aaa;
	text-align: justify;
}

#cam h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #aaa;
	margin-bottom: 10px;
}

#cam h2 a {
	color: #B0FFBD;
	text-decoration: none;
}

#cam h2 a:hover {
	color: #eee;
}

/*
#webcam {
	text-align: justify;
}

#webcam h2 {
	color: #B0FFBD;
	font-size: 16px;
	font-weight: 100;
	padding: 10px 0 5px 0;
}

#webcam h2 a {
	color: #B0FFBD;
	text-decoration: none;
}

#webcam h2 a:hover {
	color: #eee;
}
*/

/*
#topmenu {
	text-align: justify;
	padding: 0 20px 20px 0;
}

#topmenu h2 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 12px;
	font-weight: 100;
}

#topmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}
*/

#leftmenu {
	float: left;
	width: 160px;
	padding: 0 20px 20px 20px;
}

#leftmenu h2 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 16px;
	font-weight: bolder;
}

#leftmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#rightmenu {
	float: left;
	width: 270px;
	padding: 0 0 20px 20px;
}

#rightmenu h2 {
	border-bottom: 1px dotted #aaa;
	padding: 10px 0 5px 0;
	margin-bottom: 10px;
	color: #B0FFBD;
	font-size: 14px;
	font-weight: bold;
}

#rightmenu ul {
	list-style-type: none;
	padding: 0 0 10px 0;
}

#footer {
	border: 1px dotted #aaa;
	font-size: 11px;
	text-align: center;
	padding: 0px 20px 0px 20px;
}

#box {
	padding: 10px;
	margin-bottom: 10px;
}

#box1 {
	padding: 10px;
	border: #aaa 1px dotted;
	margin-bottom: 10px;
}

#box1 img {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px;
}

#box2 {
	padding: 10px;
	border: #aaa 1px dotted;
	margin-bottom: 10px;
}

.setcard {
	padding: 5px;
}

.setcard img {
	width:80px;
	height:60px;
	float:left;
	margin-right:10px;
	border:0px;
}