/*  
CSS developed for THE LAMAT GROUP.
Author: John Bekas, Jr.
Author URI: http://www.bekas.org/john/blog
Copyright 2007-2009 - THE LAMAT GROUP
*/
body {
	margin-top: 10px;
}

body {
	font-family:'Lucida Grande',Arial, Verdana, Helvetica;
	color:#7E96BD;
	font-size: 12px;
	background-image: url('images/bg_blustripe.gif');
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #36578c;
}

#container {
	position: relative;
	width: 900px;
	height: 800px;
	margin: auto;
	background-color: #fff;
}

#main_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 0 10px;
	width: 500px;
	text-align: center;
}

#main_copy {
	text-align: center;
}

#main_copy .copyright_name {
	font-size: 10px;
	color: #828282;
	padding-top: 10px;
}

#main_copy .copyright_year {
	font-size: 9px;
}

#main_copy .contact {
	margin-top: 15px;
}

#main_content {
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 225px;
	width: 520px;
	padding: 10px;
	text-align: center;
}

#main_content .normal {
}

#main_tag {
	position: absolute;
	left: 0;
	top: 300px;
	width: 650px;
	text-align: center;
}

#main_links {
	position: absolute;
	left: 740px;
	top: 20px;
	width: 155px;
}

#main_links .calendar,
#main_links .restaurants,
#main_links .consulting,
#main_links .foundation,
#main_links .services {
	border-bottom: 2px solid #ddf0fc;
	margin-bottom: 5px;
}

#main_links .description {
	font-size: 10px;
}

#main_links .description a {
	font-size: 10px;
	color:#7E96BD;
}

#main_links .location {
	font-size: 9px;
	color: #828282;
}

.main_links a {
	font-family:"Vladimir Script";
}

.link {
	padding-bottom: 8px;
	text-align: center;
}

