/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:150%;
	background-image:url(../images/page_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #ccc;
}

#header {
	width: 700px;
	height: 101px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	background-color:#0033CC;
}

#header h1 {
	margin-right: 20px;
	margin-bottom: 0px;
	color: #fff;
	padding-top: 20px;
}

#header a {
	color: #fff;
	text-decoration:none;
}

#header p {
	color: #fff;
	font-weight:bold;
	font-size:65%;
	margin-right: 20px;
	margin-top: 0px;
}

#header p span {
	margin-right: 5px;
	margin-left: 15px;
}

#container {
	width: 700px;
	margin: 0px auto 0px auto;
	margin-top: 10px;
	position:relative;
}

#images {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	float:left;
	margin-top: 0px;
}

#images li {
	margin-bottom: 10px;
}

#content {
	width: 380px;
	margin-left: 160px;
}

#content h2 {
	margin-top: 0px;
	color: #0054a6;
	font-size: 120%; 
}

#content p {
	font-size: 80%;
	color: #24006e;
	margin-left: 15px;
	margin-right: 15px;
}

#content ul {
	font-size: 80%;
	color: #24006e;
}

#contacts {
	background-color: #fae6ed;
	width: 150px;
	color: #CC6699;
	position: absolute;
	top: 0px;
	right: 0px;
}

#contacts h2.header {
	background-image:url(../images/contacts_top.gif);
	background-repeat: no-repeat;
	color: #fff;
	text-align:center;
	font-size: 70%;
	background-color:#fff;
}

#contacts h2 {
	background-color: #c70046;
	color: #fff;
	text-align:center;
	font-size: 70%;
}

#contacts p {
	color: #c70046;
	font-size: 70%;
	margin-left: 5px;
	margin-right: 5px;
}

#contacts ul {
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;
}

#contacts ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	color: #c70046;
	font-size: 70%;
	padding-left: 5px;
}

#contacts ul li span {
	float:right;
	padding-right: 5px;
}

#contacts .bottom {
	width: 150px;
	height: 25px;
	background-image:url(../images/contacts_bottom.gif);
	background-repeat:no-repeat;
}

#contacts a {
	color: #c70046;
	text-decoration:none;
}

#contacts a:hover {
	color: #c70046;
	text-decoration:underline;
}

