*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #333;
	background: #fff url('../img/bodybg.gif');
	font-family: Verdana;
	font-size: 10px;
}

h1, h2, h3
{
	font: normal 1.7em Verdana;
	color: #82521e;
	margin: 20px 0 16px;
}

p
{
	color: #333;
	font-size: 1.4em;
	margin: 1em 0 0 0;
	clear: both;
}

br
{
	clear: left;
}

img.top-left
{
	float: left;
	clear: left;
	margin: 0 14px 4px 0;
}

#alignCenter
{
	position: relative;
	width: 65em;
	margin: 20px auto;
	background: #fff url('../img/bodybg5.gif') repeat-y;
}

#languages
{
	position: absolute;
	right: 10px;
	top: 8px;
	margin: 0;
}

#languages, #languages a
{
	font-size: 11px;
	color: #fff;
}

#languages a
{
	text-decoration: none;
}

#languages a:hover
{
	text-decoration: underline;
}

body#start #alignCenter
{
	background: url('../img/bodybg5.gif') repeat-y;
}

#content
{
	float: left;
	width: 59em;
	padding: 30px;
	padding-top: 15px;
	min-height: 20em;
}

body#gallery #content
{
	padding: 15px;
}

#content p
{
	clear: none;
}

#content br
{
	clear: none;
}


/* --------------------------
	Front Page Menu
 --------------------------*/

#logo
{
	display: block;
	margin: 0 auto;
}

#startMenu
{
	float: left;
	width: 65em;
	height: 4em;
	margin: 0;
	list-style: none;
	background: #d6c656 url('../img/menubg.gif') no-repeat right;
}

#startMenu li
{
	float: left;
	background: #d6c656;
}

#startMenu li a
{
	font-size: 1.4em;
	float: left;
	display: block;
	width: 5.7em;
	line-height: 2.86em;
	text-align: center;
	text-decoration: none;
	background: transparent;
	color: #333;
	border-bottom: none;
}

#startMenu li a:hover
{
	color: #fff;
	border-bottom: 4px solid #b6a636;
	background: #c6b646;
}

body#rasa #startMenu li#dgreen, #startMenu li#dgreen a:hover
{
	background: #12bc30;
}

body#ina #startMenu li#lgreen, #startMenu li#lgreen a:hover
{
	background: #77ce00;
}

body#inga #startMenu li#yellow, #startMenu li#yellow a:hover
{
	background: #f1d92e;
}

body#lina #startMenu li#lblue, #startMenu li#lblue a:hover
{
	background: #70b7fe;
}

body#jurate #startMenu li#dblue, #startMenu li#dblue a:hover
{
	background: #308dfe;
}

body#start #startMenu li#home, #startMenu li#start a:hover
{
	background: #308dfe;
}

body#rasa #startMenu li#dgreen a, body#ina #startMenu li#lgreen a,
body#lina #startMenu li#yellow a, body#inga #startMenu li#lblue a,
body#jurate #startMenu li#dblue a, body#start #startMenu li#home a
{
	color: #fff;
	border-bottom: 4px solid #b6a636;
	background: #c6b646;
}

body#rasa #startMenu li#dgreen a:hover, body#ina #startMenu li#lgreen a:hover,
body#lina #startMenu li#yellow a:hover, body#inga #startMenu li#lblue a:hover,
body#jurate #startMenu li#dblue a:hover, body#start #startMenu li#home a:hover
{
	cursor: default;
}

#copyright
{
	margin: 5px 0 0 0;
	padding: 5px 0;
	text-align: center;
	clear: both;
	background: #d6c656;
}
