body{
	margin:0px;
	background-color: #000000;
	padding:0px;
	text-align:left;
}

A, A:link{
	color:#ffffff;
	background:transparent;
	text-decoration: underline
}
A:visited{
	color:#cccccc;
	background:transparent;
	text-decoration:underline;
}
A:active, A:hover, .posted A:hover{
	color:#666666;
	background:transparent;
	text-decoration:underline
}

#container{
	width:860px;
	overflow:hidden;
}

#container-wide{
	width:1000px;
	overflow:hidden;
}

img {
	border:0;
}

#header{
	margin-left:50px;
	height:92px;
}

#menu{
	float:left;
	text-align:right;
	width:160px;
}

#main{
	text-align:left;
	margin-left:180px;
}

#main img{
	margin-left:7px;
	margin-right:7px;
}

#info1{
	padding-top:30px;
	padding-left:20px;
	font-family:Georgia;
	font-size:13pt;
	color:#fff;
	background:#000;
	float:left;
	margin-right:50px;
}

#info2{
	padding-top:30px;
	padding-left:20px;
	margin-left:270px;
	font-family:Georgia;
	font-size:13pt;
	color:#fff;
	background:#000;
}

#info2 input{
	border:0;
	margin-top:0px;
	font-size:10px;
}

/* ---------------- */

.blogentry {
	width:630px;
	background-image:url(images/blog_bg.jpg);
	background-color:white;
	color:black;
	font-family:Arial;
	font-size:10pt;
	margin-bottom:20px;
}

.blogentry h2{
	color:#e85450;
	font-size:11pt;
	font-family:Georgia;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:12px;
	font-weight:bold;
}

.blogentry h3{
	color:black;
	font-size:14pt;
	font-family:Georgia;
	font-weight:normal;
}

.blogentry h4{
	color:black;
	font-size:13pt;
	font-family:Georgia;
	font-weight:normal;
	margin-bottom:0px;
}

.blogtext {
	width:574px;
	padding-left:28px;
	padding-right:28px;
}

.imgblock{
	width:100%;
	text-align:center;
}

#mainblog{
	text-align:left;
	margin-left:180px;
}

.blogentry A, .blogentry A:link{
	color:black;
	background:transparent;
	text-decoration: underline
}
.blogentry A:visited{
	color:black;
	background:transparent;
	text-decoration:underline;
}
.blogentry A:active, .blogentry A:hover,{
	color:#666666;
	background:transparent;
	text-decoration:underline
}

.subtitle {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:1px;
	padding-bottom:10px;
}

/* ---------------- */

/* this is for safari */
.formfield{
	height:20px;
	width:230px;
	padding-left:7px;
}
/* this is for mozilla only */
.formfield:lang(en){
	background-image:url(images/form.gif);
	background-repeat:no-repeat;
	height:20px;
	width:230px;
	padding-left:7px;
}
/* this is for ie only */
* html .formfield{
	background-image:url(images/form.gif);
	background-repeat:no-repeat;
	height:20px;
	width:230px;
	padding-left:7px;
}


/* gallery */

#thumbnails img{
	margin:0;
}

#main a.gallery{
	cursor:default;
	text-decoration:none;
}

#main a.gallery span{
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#000;
}

#main a.gallery:hover span{
    position:absolute; 
    width:700px; 
    height:400px;
	text-align:center;
    top:240px; 
    left:180px; 
    color:#fff; 
    background:#000;
}

#main a.gallery span.default{
    position:absolute; 
    width:700px; 
    height:400px;
	text-align:center;
    top:240px; 
    left:180px; 
    color:#fff; 
    background:#000;
}

#main a.gallery:hover {
	cursor:default;
	border:0px;
}



#main a.gallerymock{
	cursor:default;
	text-decoration:none;
}

#main a.gallerymock span{
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#000;
}

#main a.gallerymock:hover span{
    position:absolute; 
    width:550px; 
    height:400px;
	text-align:center;
    top:240px; 
    left:180px; 
    color:#fff; 
    background:#000;
}

#main a.gallerymock span.default{
    position:absolute; 
    width:550px; 
    height:400px;
	text-align:center;
    top:240px; 
    left:180px; 
    color:#fff; 
    background:#000;
}

#main a.gallerymock:hover {
	cursor:default;
	border:0px;
}

#moreinfo {
	padding-left:740px;
	padding-top:300px;
}
