/* 
This Stylesheet is handwritten by MadeByDS - http://www.madebyds.nl
This CSS is released under Creative Commons License - http://creativecommons.org/licenses/by/2.5/nl/
You may adapt and learn from the elements of this CSS to use in your own projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright protected and may not be reproduced

Color palette
	White			#FFFFFF
	Black			#000000
	
	DS Red			#EE203F
	Light Grey		#EEEEEE
	Grey			#AAAAAA
	Dark Grey		#606060
*/


/* Image elements
-------------------------------------------------------- */
img.left {
	float: left;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
}

img.right {
	float: right;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: inline;
}

/* Box elements
-------------------------------------------------------- */
#content{
	width: 500px;
}

#content a{
	border: 0;
	color: #000000;
	text-decoration: none;
}

#content a:hover{
	border: 0;
	color: red;
	background: none;
}

#content p{
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}

.box{
	background: #fff;
}
.boxholder{
	clear: left;
	background: #FFFFFF;
	padding-top: 20px;
}
.tab{
	float: left;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
	text-align: center;
	background: #EEEEEE url(../tabs_files/tab.png) no-repeat;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}