@charset "windows-1252";

* {
	margin: 0px;
}

html, body {
	background-image: url(/images/bg-body.png);
	background-repeat-x: no-repeat;
	background-position: center;
	background-color: #0d0d0d;
	height: 100%;
}

body, table, input, select, textarea {
	font-family: Arial;
	font-size: 12px;
}

#main {
	margin: 0px auto;
	width: 900px;
}

#header {
	padding: 20px 0px 20px 0px; /* top right bottom left */
	overflow: hidden;
}

#header #logo_left {
	text-align: left;
	width: 72px;
	float: left;
}

#header #headeradd {
	text-align: center;
	width: 756px;
	float: left;
}

#header #logo_right {
	text-align: right;
	width: 72px;
	float: left;
}

#containeradd {
	border-bottom: 2px solid #dcdcdc;
	border-top: 2px solid #cccccc;
	background-color: #e4e4e4;
	height: 18px;
	clear: both;
}

#newsletter {
	background-color: #ffffff;
	overflow: hidden;
	color: #555555;
}

#newsletter p {
	padding: 5px 0px 5px 10px; /* top right bottom left */
}

#newsletter span {
	font-size: 10px;
}

#newsletter input.text, #newsletter input.btn {
	margin: 0px 4px 0px 4px; /* top right bottom left */
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #555555;
}

#newsletter input.text {
	font-style: italic;
	width: 100px;
}

#newsletter input.error {
	background-color: #ffeeee;
	border: 1px solid #ff0000;
}

#newsletter input.btn {
	font-weight: bold;
}

#container {
	padding: 10px 0px 10px 10px; /* top right bottom left */
	background-image: url(/images/bg-container-top.png);
	background-color: #ffffff;
	overflow: hidden;
}

#menu {
	padding: 40px 0px 0px 5px; /* top right bottom left */
	width: 200px;
	float: left;
}

#menu p {
	padding: 10px 0px 3px 0px; /* top right bottom left */
	font-weight: bold;
}

#menu ul {
	padding: 0px 0px 6px 0px; /* top right bottom left */
	list-style: none;
}

#menu li {
	padding: 0px 0px 3px 5px; /* top right bottom left */
}

#menu a, #menu a:hover, #menu a:active, #menu a:visited, #menu a:link {
	color: #000000;
}

#content {
	padding: 25px 10px 10px 10px; /* top right bottom left */
	width: 640px;
	float: right;
}

#content div.box {
	background-image: url(/images/bg-box-top.jpg);
	overflow: hidden;
	padding: 10px;
	clear: both;
}

#content div.box h1 {
	padding: 0px 0px 5px 0px; /* top right bottom left */
	font-weight: normal;
	font-size: 20px;
	color: #000066;
}

#content div.img {
	width: 140px;
	float: left;
}

#content div.txt {
	width: 480px;
	float: right;
}

#content div.box_btm {
	background-image: url(/images/bg-box-btm.jpg);
	margin-bottom: 10px;
	overflow: hidden;
	height: 19px;
	clear: both;
}

#content h1 {
	font-size: 25px;
	color: #666699;
}

#content p, #content h1 {
	padding-bottom: 10px;
}

#content div.select_cards {
	vertical-align: bottom;
	padding-left: 30px;
}

#content div.select_cards img {
	padding: 5px 0px 5px 0px; /* top right bottom left */
	margin-left: -30px;
	cursor: pointer;
}

#content div.select_cards img:hover {
	padding: 0px 0px 10px 0px; /* top right bottom left */
}

#content p.info {
	padding-left: 10px;
	font-weight: bold;
	font-size: 15px;
	color: #00009d;
}

#content a, #content a:hover, #content a:active, #content a:visited, #content a:link {
	color: #006699;
}

#content a:hover {
	color: #cc9900;
}

/* Begin :: Guestbook */

#content div.gb_box {
	margin-bottom: 10px;
}

#content div.gb_top {
	background-image: url(/images/bg-guestbook-top.png);
	border-bottom: 1px solid #995896;
	overflow: hidden;
	color: #660066;
	height: 25px;
}

#content div.gb_name {
	width: 300px;
	float: left;
}

#content div.gb_name p {
	padding: 5px 0px 0px 10px; /* top right bottom left */
	font-weight: bold;
	font-size: 14px;
}

#content div.gb_time {
	width: 100px;
	float: right;
}

#content div.gb_time p {
	padding: 6px 10px 0px 0px; /* top right bottom left */
	text-align: right;
	font-size: 10px;
}

#content div.gb_message {
	background-image: url(/images/bg-guestbook-btm.png);
	background-position: bottom;
	clear: both;
}

#content div.gb_message p {
	padding: 5px 10px 5px 10px; /* top right bottom left */
}

/* End :: Guestbook */

#container_btm {
	background-image: url(/images/bg-container-btm.png);
	height: 9px;
}

#footer {
	padding: 5px 0px 5px 0px; /* top right bottom left */
	text-align: center;
	color: #ffffff;
}
