@charset "utf-8";
/* CSS Document */

/*
Theme Name: KG Theme
Theme URI: http://www.kristinagorina.com/
Description : KG Theme
Version: 1.0
Author: Julien Folliot
Author URI: http://www.kristinagorina.com/

*/

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	color:#444;
	margin:0;
	padding:0;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#e3e2e2;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color:#CCC;
}
a:active {
	text-decoration: none;
	color: #666;
}

#page {
}

#header {
	width:830px;
	margin-top:100px;
	margin-left:100px;
}


#content {
	color:#000;
	text-align:justify;
	margin-top:20px;
	margin-left:100px;
	height:580px;
	width:465px;
	padding-left:0px;
}

#contentblog {
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#000;
	color: #FFF;
	border-width:2px;
	border-style:groove;
	margin-left:100px;
	height:600px;
	width:530px;
	overflow-y:scroll;
	padding-left:20px;
}

#contentpassenger {
	
	color:#999;
	margin-top:-10px;
	height:590px;
	width:520px;
	padding-left:0px;
}

#newsletter {
	color:#999;
}

#post {
	height:600px;
	width:830px;
}

#post_content {
	margin-top:50px;
	height:600px;
	width:830px;
}

#galerie {
	width:1785px;
	margin-left:-738px;
}

#footer {
	margin-left:100px;
	color:#999;
	font-size:0.7em;
}

