body {
		background: #d1d2d4 url(../velo_web.png) top center no-repeat;
		margin: 0px;
		color:#10385c;
		font-family: Arial;
		font-size:12px;
}

b {color: #d6454c; font-size: 13px;}
strong {color: #6f6f6f; font-size: 13px;}
img {border: 0px;}

a, a:link, a:visited {
		color: #e70489;
		text-decoration: underline;
		outline:none;
}

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

p { margin: 0px !important; padding: 0px !important;}
.cleaner {clear: both; width: 100%; padding: 10px 0px;}
.cleaner_basic {clear: both; width: 100%; padding: 0px;}
.left {float: left;}
.right {float: right;}


/************* CONTENT *************/

#content {
		padding-top: 189px;
		clear: both;
        width: 1000px;
		left: -10px;
		margin-left:auto;
		margin-right:auto;
		padding-bottom: 20px;
}

.content_inner {
		float: left;
		width: 225px;
		height: 400px;
		padding: 10px 35px;
		color: #414042;
		line-height: 20px;
}

.content_inner2 {
		float: left;
	 	width: 265px;
		height: 400px;
		padding: 10px 55px;
		color: #414042;
		line-height: 20px;
}

.content_inner3 {
		float: left;
		width: 250px;
		height: 400px;
		padding: 10px 40px;
		color: #414042;
		line-height: 20px;
}

.content_inner h1, .content_inner2 h1, .content_inner3 h1 {
		font-size: 24px;
		font-weight: bold;
		padding: 0;
        float: left;
		color: #414042;
		width: 300px;
		margin-bottom: 10px;
		font-family: 'Arial';
		line-height: 30px;
}


/************* BOTTOM *************/

#bottom {
	    background: url(img/bottom.jpg) top left no-repeat;
		width: 1000px;
        height: 50px;
        margin-left:auto;
		margin-right:auto;
		font-size: 11px;
		clear: both;
		text-align: center;
		color: #414042;
		padding-top: 13px;
}

#bottom a {
		color: #565656;
		text-decoration: none;
}

#bottom a:hover {
		color: #68696d;
		text-decoration: underline;
}

#bott_left {
		float: left;
	    padding: 0px 0 0 295px;
}
