/* font and headings */
body {
	font-size: 62.5%; /* 1em = 10px */
	font-family: Arial, Helvetica, sans-serif;
}
.text_center {
	text-align: center;
}
.text_center_strong {
	text-align: center;
}
.text_right {
	text-align: right;
}
.return_text {
	color: #3F3414;
	font-weight: bold;
}
#main_col {
	font-size: 1.3em;
}
#page_content {
	font-size: 1.3em;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #7F6549;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #7F6549;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: oblique;
	color: #7F6549;
}
.breadcrumb { 
	font-size: 1.1em;
	font-weight: bold;
}
#head_right_inner {
	text-align: right;
}
#footer {
	font-size: 1.1em;
}

/* links */
a {
	color: #654986;
}
a:hover {
	color: #C39537;
}
#footer a { margin-right: 10px; }

/* forms */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #C39535;
	color: #fff;
	padding: 3px;
	border: 1px solid #3F3414;
}
.form_label, .form_field {
	float: left;
	padding: 10px;
}
.form_label {
	width: 200px;
	text-align: right;
	font-weight: bold;
}
.form_field {
	width: 300px;
}
.friend_msg {
	width: 520px;
	text-align: left;
}

/* images */
.img_border {
	border: 1px solid #000;
}
.img_space {
	margin: 5px;
}

/* gallery */
.pic_div {
	float: left;
	width: 125px;
	padding: 10px;
	font-size: 0.9em;
	text-align: center;
}
.pic_div img {
	border: 1px solid #333;
}

/* top navigation menu */
#head_right_inner a {
	padding: 5px 13px;
	text-decoration: none;
	font-size: 1.2em;
}
#head_right_inner a:hover {
	background: #143F34;
	color: #fff;
}
#head_right_inner a.stay_lit {
	background: #C39535;
	color: #fff;
}
#head_right_inner a.no_link {
	cursor: default;
}
#head_right_inner a.stay_lit:hover {
	background: #C39535;
	color: #fff;
}
#head_right_inner a.no_link:hover {
	cursor: default;
}

/* head images */
#head_profile {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/profile.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_blog {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/blog.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_gallery {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/gallery.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_services {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/services.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_contact {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/contact.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_register {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/register.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#head_friend {
	clear: both;
	width: 457px;
	height: 210px;
	text-align: right;
	padding-top: 4px;
	background-image: url(../images/heads/friend.gif);
	background-attachment: scroll;
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* layout */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-bottom: 20px;
}
#main_container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#head_left, #head_right {
	float: left;
}
#head_left_inner, #head_right_inner {
	float: left;
	background-image: url(../images/structure/bg-inner-head_02.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#head_left_inner {
	width: 293px;
	height: 304px;
}
#head_right_inner {
	width: 477px;
	height: 233px;
	padding-top: 71px;
}
#words {
	clear: both;
	width: 770px;
	height: 244px;
	background-image: url(../images/structure/bg-words_11.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 770px;
	padding: 10px;
}
#page_content {
	clear: both;
	width: 748px;
	padding: 10px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.clearer {
	clear: both;
	display: block;
	height: 3px;
}
.picclearer {
	clear: both;
	display: block;
	height: 3px;
	border-top: 1px solid #ccc;
}
.buybtn { padding: 2px 3px; background: #C39535; color: #fff; border: 1px solid #000; margin: 3px 0; width: 110px; }
.blog_post { float: left; width: 342px; padding: 15px; }
.blog_post h3 { font-size: 1.9em; font-style: normal; font-weight: normal; }

.box_2 { float: left; width: 350px; padding: 0 10px; }
.box_2 li { padding: 5px 0; }
