/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	
	background-color: #0B0048;
	background-image: url(../images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
			
	color: #7382D9;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

#wrapper {
	background-image: url(../images/page-bg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

#bookmark {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 15px;
}

#bookmark-small {
	font-size: 10px;
}

/* end of  layout */



/* header */

#header-bg1 {
	background-image: url(../images/header_01.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 225px;
	height: 190px;
}

#header-bg2 {
	background-image: url(../images/header_03.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 225px;
	height: 190px;
}

#top-menu {
	margin-top: 125px;
	margin-left: 15px;
}

/* end of header */



/* content box */

.content-box {
	width: 770px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: auto;
	clear: right;
}

.left {
	width: 140px;
	float: left;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

.center {
	width: 460px;
	float: left;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

.right {
	width: 140px;
	float: right;
	text-align: left;
	padding: 5px;
	margin: 0px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #4BF7D7;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	text-align: justify;
	font-size: 12px;
	line-height: 13px;
}

.description {
	color: #CCC8B7;
	margin-left: -15px;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

.description-big {
	font-size: 16px;
}

.thumb {
	margin: 3px;
	border: 4px solid #232A53;
}
img {
	margin: 2px;
	border: 3px solid #232A53;
}
/* end of content box */



/* navigation */

.navigation {
	font-size: 12px;
	line-height: 16px;
}

.navigation ul {
	list-style: none;
	margin: 10px;
	padding: 0;
}

.navigation li {
	color: #FFFFFF;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

.navigation li a:link {
	color: #CCC8B7;
	text-decoration: underline;
}

.navigation li a:visited {
	color: #CCB7CB;
	text-decoration: none;
}

.navigation li a:hover {
	color: #FFFFDF;
	text-decoration: none;
}

.navigation li a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* end of navigation */



/* footer */

.footer-bg {
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 252px;
	height: 75px;
	margin-left: 160px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545CA9;
	padding-top: 3px;
	padding-left: 20px;
}

/* end of footer */




/* global links */

a:link {
	color: #ED03E2;
	text-decoration: underline;
}

a:visited {
	color: #4BF7D7;
	text-decoration: none;
}

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

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.gallery {
	text-align: justify;
	font-size: 12px;
	line-height: 13px;}
	
	
/* end of global links */.noborder {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.border1 {
	margin: 0px;
	padding: 0px;
		border: 2px solid #232A53;
}
