
/*-----------GENERAL------------------------------------*/


body {
	background:#fff url(../images/general/bg_01.jpg) repeat-y;
	margin: 0;
	padding: 0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #e44f09;
}
a:active {
	color: #666;
}



body p {
	margin: 5px 0 10px 0;
	padding: 0;

}

#s01 
{
	color:#e44f09;
	font-weight: bold;
}
#s02 
{
	font-style: italic;
	
}
#s03 
{
	color:#e44f09;
	font-weight: bold;
	font-style: italic;
}


#s04 
{
	font-weight: bold;
}
#s05 
{
	color:#e44f09;
	font-style: italic;
}



#side01 
{
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

#caps
{
	float:left;
	padding: 0px 5px 5px 0px;
}

#indented 
{
	padding-top: 16px;
}


#contentHolder {
	float: left;
	width: 255px;
	padding: 0px;
}




/*-----------CONTAINER---------------------------------*/

#container {
	width: 800px;
	/*background: #fff;*/
	margin: 0 auto auto 0;
}



/*-----------HEADER------------------------------------*/

#header {
	width: 800px;
}
#header img { 
	display:block;
}

/*-----------LEFT SIDE---------------------------------*/

#left {
	float: left;
}
#left img{
	padding: 0;
	display: block;
}



/*-----------CONTENT/MIDDLE-----------------------------------*/

#column01 {
	float: left;
	width: 345px;

}
#column01 img.topImage01{
	display: block;
	padding: 20px 0 0 0;

}
#column01 img.topImage{
	display: block;
	padding: 50px 0 0 0;

}
#column01 img.bottomImage{
	display: block;
}


div.boxBody {
	width: 345px;
	background:#E6E6E6 url(../images/boxes/box_bg.jpg) repeat-y;
	text-align:left;

}

div.scroll {
	width: 285px;
	/*height: 265px;*/
	overflow: auto;
	border: 0px;
	padding: 0 10px 0 0;
	margin: 0 0 0 30px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:275px;
	/*height:595px;*/
}

div.scrollSized {
	width: 285px;
	height: 350px;
	overflow: auto;
	border: 0px;
	padding: 0 10px 0 0;
	margin: 0 0 0 30px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width:275px;
	height:350px;
}


/*-----------RIGHT SIDE--------------------------------*/

/*
#column02 {
	float: left;
	width: 345px;

}
*/


/*-----------DISKO-------------------------------------*/


div.diskHolder 
{
	padding: 5px 0 10px 0;
}
div.disk01 
{
	float: left;
}
div.disk01 img
{
	padding: 0 15px 0 0;
}
#disk02 
{
	float: left;
}

div.diskHolder02
{
	float: left;
}
div.disk03 
{
	float: left;
	width: 200px;
	padding:0 0 40px 50px;
}
div.disk04 
{
	float: left;
	width: 350px;
	padding:0 0 40px 50px;
}



/*-----------FOOTER-------------------------------------*/

#footer 
{
	clear: both;
	width:800px;
	
	display: block;
	
}
#footer img{
	display: block;
	
}


