body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #CCC;
	text-align: center;
	font-family: "Lucida Grande",helvetica, arial, sans-serif;
	font-size: 12px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-color: rgb(101,101,101);
}

#wrapper
{
	margin: 0px auto;
	text-align: left;
	width: 960px;
	background-color: transparent;
	background-image: url(../images/wrapper_2.png);
	background-repeat: repeat-y;
	padding: 0px 12px 10px 12px;
	background-position: left top;
	min-height: 1600px;
	height: auto !important;
	height: 1600px;
}

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

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

#header
{
	height: 200px;
	background-color: #FFF;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	}

p { margin: 0 0 1em 0; }

h1
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #C90;
	font-style: italic;
}

h2
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #9C3;
	font-style: italic;
}

h3
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #C90;
	font-style: normal;
}

h4
{
	color: #9C3;
	text-align: left;
	font-size: 12px;
	font-variant: small-caps;
}

h5
{
	color: #9C3;
	text-align: left;
	font-size: 12px;
	font-variant: normal;
	margin: 0 0 .4em 0;
}


#left h4
{
	line-height: 24px;
	background-image: none;
	padding: 0 2px;
	color: #FC0;
	margin:0px 0px 5px 0px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
/*	border-top: 1px solid #333; */
}

h4 a
{
	color: #C00;
	text-decoration:none;
}

h4 a img
{
	border:none;
}


h4 img
{
	float:left;
}


#left h2
{
	line-height: 14px;
	background-image: none;
	padding: 0 2px;
	color: #333;
	margin:0px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

#right h2
{
	line-height: 14px;
	background-image: none;
	padding: 0 2px;
	color: #C00;
	margin: 0px -1px 0px -3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

/* --------------------------------------------- start horizontal navigation -------------------------------------------------- */

#navigation
{
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-image: url(../images/navbar.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
	/* otherwise the (block)level a's will collapse in IE */
	border-top: 1px solid #FFF;
	text-transform: uppercase;
	padding-right:5px;
	/*letter-spacing: 0.1em;*/
}

#navigation ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-align:left;
}

#navigation li
{
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#navigation a
{
	padding:0px 14px;
	text-decoration:none;
	display:block;
	float: left;
	width: .1em; /* makes blocklevel links in IE clickable */
}
	/* sort out iemac mess with floats  \*/
	#navigation a {float:none;} /* end hack*/
	
html>body #navigation a {width:auto;}

#navigation a:link, #navigation a:visited
{
	text-decoration:none;
	color:#333;
/*
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
*/
}

#navigation a:hover
{
	text-decoration: none;
	padding:0px 13px 0px 14px;
	margin-right:1px;
	color: #FFF;
	background-image: url(../images/navbar-hover.gif);
	background-repeat: repeat-x;
}

#navigation a.current:link, #navigation a.current:visited
{
	padding:0px 13px 0px 14px;
	margin-right:1px;
	background-image: url(../images/navbar-hover.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

#languageselector
{

	float: left;
	margin: 8px 2px 0 5px;
	line-height: 0px;
}

#languageselector img
{
	border:none;
}

#languageselector a:link, #languageselector a:visited
{
	display:inline;
	padding:0px;
	background-image: none;
}

#languageselector a:hover
{
	background-image: none;
	padding:0;
	margin:0;
}

#languageselector a:link img, #languageselector a:visited img
{
	border: 1px solid #666;
}

/* fake statement to make IE5 and IE6 change (border)styles on a:hover img */

#languageselector a:hover
{
	border: 1px none #CCC;
}


#languageselector a:hover img
{
	border: 1px solid #CCC;
}

#languageselector img
{
	border: none;
}

#search {

	padding:0 5px 0 0;
	margin:0;
	float:right;
}

#navigation form
{
	margin:0px;
	padding:0px;
}

#q
{
	margin: 5px 1px 4px 0px;
	padding: 3px 3px;
	width: 134px;
	height: 20px;
	line-height: 20px;
	background-color: transparent;
	border: none;
	background-image: url(../images/searchfield.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#333;
	display:block;
	float:left;
	
}

#searchbutton
{
	margin:0;
	padding:0;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../images/searchbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

#searchbutton:hover {

	background-position: 0px -32px;
}

/* --------------------------------------------- end horizontal navigation -------------------------------------------------- */

#shadow
{
	height:9px;
	background-image: url(../images/shadow_2.gif);
	background-repeat: no-repeat;
}

/* --------------------------------------------- start left column -------------------------------------------------- */ 

#left
{
	float: left;
	position:relative;
	width:200px;
	z-index:1005;
	background-color:transparent;
	color:#FFF;
}

#left form
{
	margin:3px 0px;
}

/*
#left select
{
	width:155px;
	margin:2px 0px 5px 0px;
	border:1px solid #CECECE;
	background-color:#999;
	padding:2px 0px;
	color:#333;
}
*/

.styledbutton
{
	margin:0;
	padding:0;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../images/styledbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.styledbutton:hover {

	background-position: 0px -32px;
}

.leftbutton
{
	margin:0;
	padding:0;
	width: 110px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../images/left_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.leftbutton:hover {

	background-position: 0px -32px;
}

.styledbuttonlink
{
	margin:0 0 0 16px;
	padding:0;
	width: 84px;
	height: 32px;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height: 32px;
	background-color: transparent;
	border: none;
	background-image: url(../images/styledbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.styledbuttonlink:hover {

	background-position: 0px -32px;
}

.leftbuttonlink
{
	margin:0 0 0 16px;
	padding:0;
	width: 110px;
	height: 32px;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height: 32px;
	background-color: transparent;
	border: none;
	background-image: url(../images/left_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.leftbuttonlink:hover {

	background-position: 0px -32px;
}

table#pollresults img
{
	border:none;

}

#left div p
{
	margin-left:6px;
	padding:0px 4px  0px 10px;	
}

.leftspacer
{
	margin: 0px 4px 6px 4px;
}

#left ul#weather
{
	margin: 3px 3px 15px 10px;
	background-color:transparent;
	width:160px; /* width added to trigger "HasLayout" */
}

#left ul#weather li
{
	padding:1px 0px 2px 3px;

}

/*
#left h4#newsletter
{
	background-image: url(/images/h4_newsletter.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left:50px;
	margin-left: 3px;
	font-style: italic;
}
*/

#email
{
	margin:8px 0 2px 0;
	padding: 3px 3px;
	width: 134px;
	height: 20px;
	line-height: 20px;
	background-color: transparent;
	border: none;
	background-image: url(../images/searchfield_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#999;
	display:block;	
}


#left h4#opinion
{
	background-image: url(/images/h4_poll.gif);
	background-repeat: no-repeat;
	line-height: 46px;
	padding-left:45px;
	margin-left: 3px;
	font-style: italic;
	
}

#left h4#weer
{
	background-image: url(/images/h4_weather.gif);
	background-repeat: no-repeat;
	line-height: 56px;
	padding-left:60px;
	margin-left: 3px;
	font-style: italic;
}

#left div img
{
	display:block;
}

#left a:link img, #left a:visited img
{
	border:1px solid #999;
}

#left a:hover
{
	border: 1px none #CCC;
}

#left a:hover img
{
	border:1px solid #CCC;
}

#left img
{
	border: none;
}

.formcontainer{margin-bottom:10px; clear: both;}

a#button:link, a#button:visited
{
	border:1px solid #C00;
	background-color:#900;
	padding: 4px 5px 4px 5px;
	text-decoration:none;
	color:#FFF;
	margin-left:3px;
}

 a#button:hover
{
	border:1px solid #CCC;
	background-color:#900;
	padding: 4px 5px 4px 5px;
	text-decoration:none;
	color:#FFF;
}


/* --------------------------------------------- begin list titems -------------------------------------------------- */ 


/* fix for extra vertical space anchors in list items (YAIEB) */

* html ul#nav li a {height:1em; }

* html ul#nav li  
{
	height:1em;
	float:left;
}

#nav
{
	margin-bottom: 15px;
}	

#nav ul, #nav li
{
	line-height: 24px;
	/* was 33 */
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: none;
	width:200px;
}

#nav li
{
	position: relative;
}

#nav li:hover
{
	position: relative;
	background-image: url(../images/links_li_3.gif);
	background-repeat: no-repeat;
	background-position: 1px center;	
}


#nav a 
{
	display:block; 
	padding:0px 3px 0px 13px;
	text-decoration: none;
	width: 174px;
	white-space: nowrap;
	/* otherwise the (block)level a's will collapse in IE */
}
 
/* give width to a element(instead of li) to fix whitespacebug in IE7 (submenu is wider than mainmenu) */

ul#nav ul a
{
	width: 190px;
}

ul#nav ul li a
{
	width: auto;
	min-width:200px;
	white-space: nowrap;
	padding-right: 12px;
	/* otherwise the (block)level a's will collapse in IE */
}

#nav li ul
{
	display:none;
}

#nav a:link, #nav a:visited
{
	color: #FFF;
	background-color: transparent;
}

#nav a:hover
{
	color: #333;
}

/*
#nav a.sub:link, #nav a.sub:visited
{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav a.sub:hover
{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
*/


ul#nav li ul li a.sub_dark:link, ul#nav li ul li a.sub_dark:visited
{
	color: #333;
	font-weight: bold;
}

ul#nav li ul li a.sub_dark:hover
{
	color: #C00;
}

ul#nav li ul li a.sub_light:link, ul#nav li ul li a.sub_light:visited
{
	color: #FFF;
	font-weight: bold;
	
}

ul#nav li ul li a.sub_light:hover
{
	color: #C00;
}


#nav:hover li ul ul,  #nav li:hover ul ul ul
{
	display: none;
	width:auto;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul
{
	display: block;
	position: absolute;
	top: 0px;
	left: 201px;
	width:auto;
	/*
background-image: url(../images/nav.png);
	background-repeat: repeat-y;
	background-position: center top;
*/
	background-color: #666;
	padding: 4px 0 4px 0;
}

#left ul#nav li ul li
{
	background-image: url(../images/sub_li.gif);
	line-height: 24px;
	font-variant: normal;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 3px center;
	width:auto;
}

#left ul#nav li ul li:hover
{
	background-image: url(../images/sub_li_hover.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	width:auto;

}

/* --------------------------------------------- end list items -------------------------------------------------- */ 

/* --------------------------------------------- end left column -------------------------------------------------- */ 

/* --------------------------------------------- start middle column -------------------------------------------------- */ 

#content
{
	position: relative;
	margin: 0 150px 0 215px;
	width: 527px;
}

#content img
{
	border:1px solid #666;
}

.leftfloater
{
	float:left;
	margin:0px 8px 8px 0px;
}

.rightfloater
{
	float:right;
	margin:0px 0px 5px 5px;
}

.leftfloater_withtopmargin
{
	float:left;
	margin:8px 8px 8px 0px;
}

.rightfloater_withtopmargin
{
	float:right;
	margin:8px 0px 5px 5px;
}

#content a:link, #right a:link
{
	text-decoration: underline;
	color:#9C3;
}
#content a:visited, #right a:visited
{
	text-decoration: underline;
	color:#999;
}

#content a:hover, #right a:hover
{
	text-decoration: underline;
	color:#FFF;
}

#content a:active, #right a:active
{
	text-decoration: underline;
	color:#FFF;
}

#content a:link img, #content a:visited img
{
	border:1px solid #666;
}

#content a:hover
{
	border: 1px none #999;
}

#content a:hover img
{
	border:1px solid #999;
}

#content ul
{
	margin: 0px 0px 0px 10px;
	padding-left: 10px;
	list-style-type: disc;
}

#content li
{
	margin: 0px;
	padding-left:0px;
}


/* --------------------------------------------- end middle column -------------------------------------------------- */ 

/* --------------------------------------------- start right column -------------------------------------------------- */ 
#right
{
	float: right;
	position: relative;
	padding: 0px 2px 10px 3px;
	width: 190px;
	/* IE5-WIN boxmodelfix */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 185px;
	/* actual value */
}

#right p
{
	margin:3px 0px 3px 6px;
}

#right form
{
	margin:3px 0px;
}


/* was margin:10px 0px 10px 2px; */
div.imagelink
{
	margin:10px 0px 10px 0px;
}

#right div.imagelink img
{
	display:block;
}

#right div.imagelink a:link img, #right div.imagelink a:visited img
{
	border:1px solid #666;
}

#right div.imagelink a:hover
{
	border: 1px none #999;
}

#right div.imagelink a:hover img
{
	border:1px solid #999;
}

#right div.imagelink img
{
	border: none;
}

/* --------------------------------------------- login -------------------------------------------------- */ 


/* --------------------------------------------- news -------------------------------------------------- */ 

#newsbox
{
	background-color: transparent;
	margin: 0px 4px 4px 4px;
	padding: 3px 0px 7px 0px;
}


#newsbox p
{
	padding: 0 2px;
	margin: 3px 0;
}


#newsbox img
{
	border:1px solid #000;
	margin: 8px 0px 0px 3px;
}

#newsbox ul
{
	margin: 5px 0px 5px 0px;
	padding: 1px 2px 5px 4px;
}

#newsbox li
{
	padding: 3px 0px 5px 0px;
	background-image: url(../images/newslist.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#newsbox li:hover
{
	background-image: url(../images/newshover.gif);
}


#newsbox a:link, #newsbox a:visited
{
	text-decoration: none;
	color: #CCC;
}

#newsbox a:hover
{
	text-decoration:none;
	color:#FC0;
}

#right h4
{
	padding: 0 2px;
	text-align: left;
	font-size: 14px;
	color: #9C3;
	font-variant: small-caps;
	font-style: italic;
}


#right h4#news
{
	background-image: url(/images/h4_news.gif);
	background-repeat: no-repeat;
	line-height: 42px;
	padding-left:50px;
	font-style: italic;
	margin:0;	
}

#right h4#cart
{
	background-image: url(/images/h4_cart.gif);
	background-repeat: no-repeat;
	line-height: 42px;
	padding-left:50px;
	font-style: italic;
	margin:0 0 10px 0;	
}

#right h4#loaded
{
	background-image: url(/images/h4_cart_loaded.gif);
	background-repeat: no-repeat;
	line-height: 42px;
	padding-left:50px;
	font-style: italic;
	margin:0 0 10px 0;	
}

#right div#loaded_cart
{
	margin-bottom:15px;
}

#right h4#newsletter
{
	background-image: url(/images/h4_newsletter.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left:50px;
	margin-left: 3px;
	font-style: italic;
}

#right h4#dvd
{
	background-image: url(/images/h4_dvd.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left:50px;
	margin-left: 3px;
	font-style: italic;
}

#right h4#eshop
{
	background-image: url(/images/h4_eshop.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left:50px;
	margin-left: 3px;
	font-style: italic;
}

#right h4#eshop a:link, #right h4#eshop a:visited
{
	color:#9C3;
	text-decoration: none;
}

#right h4#eshop a:hover
{
	color:#FFF;
}

#right h4#new
{
	background-image: url(/images/h4_new.gif);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-left:45px;
	margin-left: 3px;
	font-style: italic;
}

#right a.shoplink { display:block; width:180px; }

#right a.shoplink:link, #right a.shoplink:visited {

	border:1px solid #666;
}

#right a.shoplink:hover {

	border:1px solid #999;
}

#right a.shoplink img {

	border:none;
}

.styledbutton_r
{
	margin:0;
	padding:0;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../images/styledbutton_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}

.styledbutton_r:hover {

	background-position: 0px -32px;
}

#left p
{
	padding: 2px 2px;
	margin: 0px 0;
}

#footer
{
	clear: both;
	height: 50px;
	padding-top:15px;	
	text-align: center;
}



.red{color:#C00;}
.blue{color:#39F;}
.yello{color: #C90;}
.green{color: #9C3;}
.boldface{font-weight: bold;}
.underline {text-decoration:underline;}
.italics{font-style: italic;}

ul#newslist li
{
	padding: 3px 0px;
	color:#333;
	font-weight:bold;
}

ul#newslist
{
	margin: 0px;
	padding: 3px 0px;
	list-style:none;
}  

.dertigtopmargin {

	margin-top:30px;
}

.twintigtopmargin {

	margin-top:20px;
}

.vijftigtopmargin {

	margin-top:50px;
}



#content input, #content textarea
{
	border:1px solid rgb(46,46,46);
	background-color: rgb(56,56,56);
	color:#CCC;
	padding:3px;
}

#content form input.error, #content form select.error, #content form textarea.error {border:1px solid #C93 !important;}

.required {color:#C00; font-weight:bold; font-size:14px;}

.licht { background-color: rgb(240,240,240);color:#333;}
.licht:hover { background-color: rgb(220,220,220); color:#333;}
.donker{ background-color: rgb(230,230,230);color:#333; }
.donker:hover { background-color: rgb(220,220,220); color:#333;}

p#pager
{
	color: #C00;
	font-weight: bold;
}

#pager a:link, #pager a:visited
{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}


#pager a:hover
{
	text-decoration: none;
	color:#000;
	font-weight: bold;
	letter-spacing: 1px;
}

.vijftig{width:50px;}
.honderd{width:100px;}
.honderdvijftig{width:150px;}
.tweehonderd{width:200px;}
.tweehonderdvijftig{width:250px;}
.driehonderd{width:300px;}
.driehonderdvijftig{width:350px;}
.vierhonderd{width:400px;}
.vierhonderdvijftig{width:450px;}

.lp {padding-left:5px;}

.guestbook 
{
	width:480px;
	margin-bottom:15px;
	border-bottom:1px solid #333;
}

table.guestbook td
{
	padding:2px;
}

table tr.grey
{
	background-color:#666;
	color:#CCC;
	vertical-align: middle;
}

#content table tr.grey td img
{
	border:none;
}

.guestinfo
{
	color: #000;
}

#message
{
	background-color: #333;
	color: #FFF;
}	

div#gallery
{
	margin-top:15px;
}

div#gallery div
{
	float: left;
	width: 110px;
	height: 72px;
	overflow: hidden;
	margin:3px;
	position:relative;
	color:#FFF;
	border:1px solid #666;
}

div#gallery div:hover
{
	border:1px solid #999;
}

div#gallery div div
{	
	position:absolute;
	bottom:2px;
	right:2px;
	margin:0px;
	width: 20px;
	height:20px;
	line-height:20px;
	text-align:center;
}


div#gallery div div.month
{	
	position:absolute;
	bottom:2px;
	left:1px;
	margin:0px;
	width: 100px;
	height:14px;
	line-height:14px;
	text-align:left;
}

#content div#gallery div a img, #content div#gallery div div
{
	border:none;
}	

p#photographer
{
	font-weight:bold;
	color:#333;
}

form.dateform { display: inline; }

 p#navigator
 {
 	color:#000;
	font-weight:bold;
 }


#content p#navigator a#previous:link, #content p#navigator a#previous:visited
{
	text-decoration: none;
	color:#C00;
	font-weight:bold;
}

#content p#navigator a#previous:hover
{
	text-decoration: none;
	color:#333;
	font-weight:bold;
}

#content p#navigator a#next:link, #content p#navigator a#next:visited
{
	text-decoration: none;
	color:#333;
	font-weight:bold;
}

#content p#navigator a#next:hover
{
	text-decoration: none;
	color:#C00;
	font-weight:bold;
}

p#complink
{
	margin-bottom:10px;
	padding-left:18px;
}

p#complink a:link, #complink a:visited
{
	text-decoration: none;
	color: #CCC;
}

#complink a:hover
{
	text-decoration:none;
	color:#C00;
}

div#map
{
	margin-top:15px;
}	

.m_image {
	
	display:block;
	margin:15px 0 15px 0;

}


.italic_small
{
	font-size: 10px;
	font-style: italic;
}

#content input.adminbutton
{
	margin:0px;
	padding:0px;
	width: 84px;
	height: 32px;
	line-height: 30px;
	background-color: transparent;
	border: none;
	background-image: url(../images/adminbutton.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
}


#content input.adminbutton:hover {

	background-position: 0px -32px;
}

#content ul.press { margin-top:20px; }

div.prcontainer
{
	padding-bottom: 30px;
	background-image: url(../images/prcontainer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.orderform
{
	margin-top: 20px;
}

#content div.orderform input[type="text"] 
{
	border:1px solid #666;
	margin-right:10px;
	
}


div.cartcontainer

{
	margin:15px 0px;
	padding-top:10px;
	background-image: url(../images/prcontainer.gif);
	background-repeat: repeat-x;
}

#content div.cartcontainer a img, div.cartcontainer a

{
	border:none;
}

.tabelheaders
{
	font-size:14px;
	font-weight:bold;
	color:#9C3;
}

.boldgreen
{
	color:#9C3;
	font-weight: bold;
}

#left div#sw { 

	margin-left:6px;
}

#left div#sw p{ 

	margin-bottom:10px;
}

#left div#sw a:link, #left div#sw a:visited{ 

	color:#000;
}

#left div#sw a:hover {

	color:#333;
}

img#captcha, #content a#refresh:link img, #content a#refresh:visited img, #content a#refresh:hover img { border:none; }

a {outline:0; }

a#hmb { margin-bottom: 15px; }
form#nl { margin-bottom:10px; }

