*
{
	margin:0;
	padding:0;
}

body, html
{
	color: #6A7B88;
	font : 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color : #ded7c0;
}

a
{
	color : #8E9CA7;
	text-decoration : underline;
}

a:hover
{
	color: #8E9CA7;
	text-decoration : none;
}

.bold
{
	font-weight : bold;
}

p
{
	padding : 0 0 12px 0;
}

.center
{
	text-align : center;
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.clear
{
	clear : both;
}

.just
{
	text-align : justify;
}

.input
{
	background-color : #CCE3F3;
	border : 1px none Black;
	width : 180px;
}

#container
{
	width : 800px;
	margin : 0 auto;
	background-color : White;
}

/* START LOGO */

#logo
{
	width : 800px;
	height : 69px;
}

/* END LOGO */

#top
{
	background : url(../images/back-top.gif) repeat-x;
	clear : both;
	height : 10px;
}

#undermenu
{
	background-color : #E0D9BF;
	clear : both;
	height : 4px;
}

#underphoto
{
	background : url(../images/back-photo.gif) repeat-x;
	height : 30px;
}

#content
{
	width : 760px;
	margin : 0 auto;
}

/* START HOME */

#home1
{
	background : url(../images/line.gif) repeat-y 245px;
}

#home2
{
	background : url(../images/line.gif) repeat-y 525px;
}

#left
{
	width : 230px;
	width : 515px;
	float : left;
}

#center
{
	width : 250px;
	float : left;
	margin-left : 30px;
}

#right
{
	width : 215px;
	float : left;
	margin-left : 20px;
}

#left h1
{
	width : 150px;
	height : 24px;
	font-size : 18px;
	margin-bottom : 12px;
	color : #A0CDEE;
}

#center h2
{
	width : 185px;
	height : 24px;
	font-size : 18px;
	margin-bottom : 12px;
	color : #A0CDEE;
}

#right h2
{
	width : 145px;
	height : 24px;
	font-size : 18px;
	margin-bottom : 12px;
	color : #A0CDEE;
}

#center p img
{
	float : left;
	display : block;
	margin : 0 5px 15px 0;
}

/* END HOME */

/* STAR INSIDE */

#inside
{
	background : url(../images/line.gif) repeat-y 180px;
}

#inside #leftColumn
{
	width : 200px;
	float : left;
	padding-top : 5px;
}

#inside #mainContent
{
	width : 550px;
	float : left;
}

#inside #leftColumn #leftColumnText
{
	width : 160px;
	font-size : 11px;
}

#inside #mainContent h1
{
	font-size : 20px;
	font-weight : bold;
	padding-bottom : 12px;
	color : #A0CDEE;
}

#inside #mainContent h2
{
	font-size : 20px;
	font-weight : bold;
	padding-bottom : 12px;
	color : #A0CDEE;
}

#inside #mainContent ul
{
	list-style-type : disc;
	padding : 0px 20px 12px 40px;
}

/* END INSIDE */

/* FORM */

#freeForm
{
	width : 290px;
	float : left;
}

#contactsAdr
{
	width : 260px;
	float : left;
}

/*  FORM  */

/* START BOTTOM */

#bottomMenu ul
{
	list-style-type : none;
	padding-left : 8px;
}

#bottomMenu ul li
{
	float : left;
	padding : 0 12px;
	background : url(../images/separator.gif) no-repeat right;
}

#bottomMenu ul #bottomLast
{
	float : left;
	padding : 0 0 0 12px;
	background : url(../images/spacer.gif) no-repeat right;
}

#bottomMenu ul li a
{
	font-size : 11px;
	text-decoration : none;
}

#bottomMenu ul li a:hover
{
	text-decoration : underline;
}

#copy
{
	padding : 0 10px 20px 20px;
	font-size : 11px;
}

/* END BOTTOM */

/* START MENU */

#menu ul
{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#menu ul li
{
	float : left;
}

#menu ul li a
{
	display: block;
	padding: 3px 30px 3px 18px;
	text-decoration: none;
	color: #3F2D23;
	text-align : left;
	text-transform : uppercase;
	font-size : 11px;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#menu ul li a#selected
{
	text-decoration: underline;
}

/* END MENU */