html,body{
	margin:0px;
	padding:0px;
	background-color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center; 
}

#container{
	width:940px;
	margin:0 auto;
}
#header{
	width:940px;
	height:70px;
	background-image: url(../img/bg_header.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}
#nav{
	width:940px;
	height:40px;
	background-image: url(../img/bg_nav.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}
#content{
	clear: both;
	width:940px;
	min-height: 500px;
	background-image: url(../img/bg_content.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	text-align: left;
}
#footer{
	width:940px;
	height:100px;
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	margin:0 auto;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 55px;
}

a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
	cursor:pointer;
}
#contents a{
                text-decoration: underline;
        color: #ff6633;
        font-weight:bold;
}
ul{
	margin: 0;
	padding: 0;
}

h2{
	margin:0;
	padding: 0;
	font-size: 20px;
	color: #ff6633;
}

.navitem{
	float:left;
}
.navitem{
	height:40px;
	background-repeat: no-repeat;
	background-position: 0 -40px;
}
.navitem:hover{
	background-position: 0 0;
}
.mydropdown{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; 
	background-color:#FFFFFF; 
	color:#666666;
}

/* webcam */

#webcam {  
	background-image: url(../img/bg_webcam.gif);
    width:352px;
    height:274px;
    margin: 0 auto;
}
#webcam .buffer{
	padding:15px;
}
#webcam-image{
    width:320px;
    height:240px;
}
#webcam-image img {
    width:320px;
    height:240px;
}
#webcam .controls{
	width:177px;
	margin: 0 auto;
    clear: both;
    text-align:center;
}

#webcam .controls a{
	cursor: pointer;
	text-decoration: none;
}
#webcam .controls a:hover{
	text-decoration: underline;
}

#webcam .controls .prev{
	float:left;
	width:59px;
}

#webcam .controls .toggle{
	float:left;
	width:59px;
}

#webcam .controls .next{
	float:right;
	width:59px;
}

/* /webcam */


.menubar{
	width:800px;
	background-image:url(/img/c_vwrap.gif);
	background-repeat:repeat-y;
	padding:5px 0px 5px 0px;
	text-align:left;
}

.menubar a:hover{
	text-decoration:none;
	border-bottom-style:none;
	background-color:#FF9900;
	color:#FFFFFF;
}

.maincol{
	width:800px;
	background-image:url(/img/c_vwrap.gif);
	background-repeat:repeat-y;
	padding:30px 0px 30px 0px;
}

.contentbox{
	background-color:#e9e9e9;
 	border:2px solid #666666; 
	padding: 10px;
	color:#666666;
	text-align:left;
 }
 
.btn{
 	border:2px solid #666666; 
	background-color:#FF9900; 
	padding: 0px; 
	color: #ffffff;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.txtbox{
 	border:2px solid #666666; 
	background-color:#FF9900; 
	padding: 2px; 
	color: #ffffff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
	color:#FFFFFF;
}
.listrow{ background-color:#fff; }
.listrow_alt{ background-color:#e9e9e9; }

#contents{
	width:830px; margin:0 auto;
	text-align: left;
	line-height: 24px;
}
#contents img{
	padding: 8px;
	background-color: #ff6633;
	margin: 0 8px 8px 0;
}

#gallery {
	width:830px;
	margin: 0 auto;
}
#gallery .header{
	width:780px;
	height: 50px;
	margin-top:20px;
	background-image: url(/img/blog_head_bg.gif);
	background-repeat: no-repeat;
	background-position: -400px -30px;
	font-size: 24px;
	font-weight: bold;
	color: #ec9526;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	background-color: #ff6633;
	padding: 8px;
	margin: 4px;
}
#gallery ul a:hover img {
	background-color: #0066FF;
}
#gallery ul a { color: #ff6633; }
#gallery ul a:hover { color: #0066FF; }

#contactus{
	width:830px;
	margin: 0 auto;
}

