body {
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #ACACAC;
	line-height: 20px;
	background-color: #000000;
	background-image: url(../gfx/site/background.gif);
	background-repeat: no-repeat;
	-background-attachment: fixed;
}

h1 {
	font-size:32px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 30px;
	padding-top: 3px;
}
a {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

#sticker {
	position: absolute;
	top: 460px;
	left: 25px;
}

#main{
	width: 975px;
}
#mainleft{
	width: 173px;
	float: left;
	padding-left: 20px;
	padding-right: 27px;
	padding-top: 16px;
}
#mainright {
	width: 755px;
	float: left;
}
#nav {
	height: 150px;
	width: 755px;
	background-image: url(../gfx/site/dots.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#dots {
	height: 15px;
	width: 100%;
	background-image: url(../gfx/site/dots.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#gallerybg {
background-image:url(../gfx/site/galleries_bg.gif);
background-position:center top;
background-repeat:no-repeat;
height:37px;
padding-bottom:15px;
padding-top:30px;
text-align:center;
width:193px;
}
#contentleft{
	width: 485px;
	float: left;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 15px;
}
#contentright {
	padding-top: 20px;
	width: 195px;
	float: left;
}
.row_forceopen {
       clear: both;
       margin: 0px;
       height: 0px;
}
#contentbottom {
	height: 50px;
	width: 755px;
	padding-top: 20px;
}

#mainleft ul {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
}

#mainleft li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 15px;
	padding-left: 32px;
}

#mainleft a {
	text-decoration: none;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	text-align: center;
	color:#606060;
	font-size:18px;
	text-decoration: none;
}

#nav a {
	color:#606060;
	font-size:18px;
	text-decoration: none;
}


strong {
	color: #ffffff;
}

#nav .nav1 a:hover, #nav .nav1selected a {
	color:#E67B08;
}
#nav .nav2 a:hover, #nav .nav2selected a {
	color:#0061DA;
}
#nav .nav3 a:hover, #nav .nav3selected a {
	color:#0FD900;
}
#nav .nav4 a:hover, #nav .nav4selected a {
	color:#E502DD;
}
#nav .nav5 a:hover, #nav .nav5selected a {
	color:#E8F60E;
}
#nav .nav6 a:hover, #nav .nav6selected a {
	color:#F80202;
}

#contentleft img {
	border: 1px solid #333333;
	padding: 3px;
   display: block;
   margin-left: auto;
   margin-right: auto
}

#contentleft img.gallery {
	border: 1px solid #333333;
	padding: 3px;
   display: inline;
}

.gallerycaption {
	float: right;
	width: 300px;
}

img.logo {
	float:right;
	margin: 0;
	margin-bottom: 100px;
}

#contentleft  img.bubble {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}

.bubblecore {
	background-color: White;
	padding-left: 10px;
	padding-right: 10px;
	width: 456px;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

form {
	display:inline;
}

input {
	font-weight: normal;
	font-size: 12px;
	color: #1F193F;
}
	
input.box {
	width: 220px;
	margin-bottom: 5px;
}
	
input.button {
	font-weight: bold;
}

textarea#styled {
	width: 450px;
	height: 30px;
}

a.log {
	color:#E8F60E;
}
a:hover.log {
	color:#F6FF64;
}



ul.sortablelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.sortablelist li {
  margin-bottom: 15px;
}

ul.sortablelist li.noblock {
  margin-right: 5px;
  margin-bottom: 5px;
  display:block;
  float:left;
  _display:inline;
  _float:none;
}