/**
*
* General settings
*
**/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}
header {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:120px;
	padding-bottom:10px;
}

.parnter{
	text-align: center;
	background-color: #ffffff;
	display: inline-block;
	height:50px;
	width:180px;
	margin:5px;
}
.parnter img{
	padding-top:5px;
	height:40px;
}

/**
*
* divs
*
**/

.clear{
	display:block;
	height:0;
	clear:both;
}

#container{
	background-color: #feda80;
	background:url('images/gradient.jpg') repeat-x;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border:solid 5px #a49484;
	overflow:auto;
	border-radius: 5px 5px 5px 5px;

}

#leftcol, #rightcol{
	width:450px;
}
#leftcol img, #rightcol img{
	padding:10px;
}

#leftcol{
	float:left;
}

#rightcol{
	float:right;
}

/**
*
* adjustments
*
**/

.pink{
	color:#e060a0;
}

/**
*
* custom
*
**/

h1, h2, h3{
	margin:0;
}

h1{
	padding-top:20px;
	font-size:34px;
}

h2{
	font-size:28px;
}

h3{
	font-size:24px;
	color:#905010;
}
p {
	margin-bottom:10px;
	margin-top:0px;
}
p, ul{
	color:#049c9c;
}
ul{
	list-style-position: inside;
}