/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	line-height: 1.2;
	font-family: Verdana, sans-serif;
	background: #fff;
}

a:link { color: #c95930; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none;  color: #c95930;}
a:hover { text-decoration: none; background-color: #e8fad6;}

a img { border: none; }

#menu {
padding: 36px 36px 12px 72px; 
}

#menu ul {
	list-style: none;
}

#content {
width: 640px; 
padding:  12px 32px 16px 72px;
font-size: 12px;
line-height: 16px;

}

.container {
}



p {
    margin: 0 0 12px 0;
}

#content p { 
 margin: 0 0 16px 0;
 width: 400px;
 }

h1 { font-size: 32px; font-style: normal;}
h2 { font-size: 24px; font-style: normal; }
h3 { font-size: 16px; font-style: normal; }
h4 { font-size: 12px; font-style: normal; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



#table {
	font-size: 10px;
	line-height: 1.2;
}


#table td {
	padding-left: 3px;
	height: 36px;

}
#table .odd {
	background-color: white;
}

#table .city { 
	font-size: 15px;
	height: 24px;
	background-color: white;
}

#table .category {
	background-color: white;

}

#table .cat {
	text-decoration: none;

}




.ppp {
	position:absolute;
	top: 24px;
	left: 68px;
	font-family: 'verdana', sans-serif;
	font-size: 48px; 
	color: #FFF900;
	z-index: -1;
	visibility: hidden;

}

ul {max-width: 600px;}
