/*
-----------------------------------------------
voyage-pr.com CSS styles
Author:   Kai Bates
Version:  January 2010
----------------------------------------------- */


/* GLOBAL
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	letter-spacing: .5px;
	text-align: center;
	background: #fff url(images/background.jpg) no-repeat top left;
	}

#structure {
	width: 1200px;
	margin: 135px auto 0 auto;
	padding: 0;
	text-align: left;
	}
	
#content {
	width: 470px;
	height: 500px;
	margin: 0 0 0 625px;
	padding: 0;
	}
	
#content_left {
	width: 220px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	float: left;
	}

#content_right {
	width: 200px;
	margin: 0;
	padding: 0;
	float: right;
	}

#footer {
	width: 350px;
	height: 40px;
	margin: 0;
	padding: 30px 0 0 58px;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 20px;
	clear: both;
	}



/* NAVIGATION
----------------------------------------------- */

a:link {
	color: #000;
	text-decoration: none;
	}
		
a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	}
	


/* TEXT
----------------------------------------------- */

p {
	margin: 0 0 15px 0;
	padding: 0;
	}



/* LISTS
----------------------------------------------- */

ul {
    margin: 0;
	padding: 0;
	line-height: 1.5;
    list-style-type: none;
	}

li {
	margin: 0;
    padding: 10px 0 0 15px;
    background: transparent url(images/bullet.png) no-repeat;
    background-position: 0 16px;
	}
