BODY /* IN USE */
{
	margin: 0px;
	background-color: #ffffff;
}

/* WRAPPERS */

.wrapperMain /* IN USE */
{
	width: 900px;
	margin-left: 80px;
	margin-top: 80px;
	background-color: #ffffff;
}

.containerTop /* IN USE */
{
	width: 900px;
	height: 422px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.containerShadow /* IN USE */
{
	width: 900px;
	height: 69px;
	margin-bottom: 10px;
	background-image: url(img/std/shadow.jpg);
	background-repeat: no-repeat;
}

.containerMain /* IN USE */
{
	width: 900px;
	background-color: #ffffff;
}

.wrapperMain2 /* IN USE */
{
	width: 900px;
	height: 422px;
	margin-top: 80px;
	margin-left: 80px;
	background-color: #ffffff;
	float: left;
}

/* CONTENT */

.contentLeft /* IN USE */
{
	width: 250px;
	background-color: #ffffff;
	float: left;
}

.contentLeftLogo /* IN USE */
{
	width: 249px;
	height: 66px;
	margin-bottom: 25px;
	background-color: transparent;
	background-image: url(img/std/galleri_burt_olsson.gif);
	background-repeat: no-repeat;
	float: left;
}

.contentLeftName /* IN USE */
{
	width: 249px;
	height: 36px;
	margin-top: 10px;
	background-color: transparent;
	background-image: url(img/std/burt_namnteckning.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
}

.contentRight /* IN USE */
{
	width: 600px;
	background-color: #ffffff;
	float: left;
}

/* NEWS */

.contentArtWork /* IN USE */
{
	width: 300px;
	float: left;
}

.newsBoxImg /* IN USE */
{
	width: 100px;
	height: 100px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	float: left;
}

.newsBoxText /* IN USE */
{
	width: 168px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	background-color: transparent;
	float: left;
}


/* LIGHTBOX SETTINGS */

#lightbox
{
	background-color:#eee;
	padding: 10px;
}
	
#lightboxDetails
{
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding-top: 9px;
}
		
#lightboxCaption
{ 
float: left; 
}

#keyboardMsg
{ 
float: right; 
}

#closeButton
{ 
top: 5px; right: 5px; 
}

#lightbox img
{ 
border: none; clear: both;
} 

#overlay img
{ 
border: none; 
}

#overlay
{ 
background-image: url(overlay.png); 
}

* html #overlay
{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
	

/* TEXTSETS */

h1
{
	text-align: left;
	font-size: 30px;
	color: #666666;
	line-height: 25px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
}

h2
{
	text-align: left;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 15px;
}

p
{
	text-align: left;
	font-size: 13px;
	color: #333333;
	line-height: 16px;
	font-family: helvetica, arial, sans-serif;
	margin: 0px;
}

.textSmall
{
	text-align: left;
	margin-right: 20px;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
}

/* Linksets */

a:link, a:visited
{
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
	background: transparent;
}

a:hover
{
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: #7e3817;
	background: transparent;
}

a:active
{
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 15px;	
	text-decoration: none;
	color: #000000;
	background: transparent;
}
