
/*** GENERAL RULES */
* {
	margin: 0px;
	padding: 0px;
}

/* bgr */
html {
	background-image: url(../images/html-bgr.png); background-repeat: repeat; background-position: left top;
}
body {
	background-image: url(../images/body-bgr.png); background-repeat: repeat-x; background-position: left top;
}
#container {
	background-image: url(../images/container-bgr.png); background-repeat: repeat-x; background-position: left bottom;
}
#header {
	background-image: url(../images/head-bgr.png); background-repeat: no-repeat; background-position: left top;
}
#logo {
	background-image: url(../images/logo-bgr.png); background-repeat: no-repeat; background-position: left top;
}
#welcome-top {
	background-image: url(../images/welcome-top-bgr.png); background-repeat: no-repeat; background-position: center top;
}
#welcome-content {
	background-image: url(../images/welcome-bgr.png); background-repeat: repeat-y; background-position: left top;
}
#welcome-bottom {
	background-image: url(../images/welcome-bottom-bgr.png); background-repeat: no-repeat; background-position: center top;
}
#content {
	background-image: url(../images/content-bgr.png); background-repeat: repeat-y; background-position: left top;
}
#menu-1 {
	background-image: url(../images/menu-1.png); background-repeat: no-repeat; background-position: left top;
}
#menu-2 {
	background-image: url(../images/menu-2.png); background-repeat: no-repeat; background-position: left top;
}
#menu-3 {
	background-image: url(../images/menu-3.png); background-repeat: no-repeat; background-position: left top;
}
#menu-4 {
	background-image: url(../images/menu-4.png); background-repeat: no-repeat; background-position: left top;
}
#menu-5 {
	background-image: url(../images/menu-5.png); background-repeat: no-repeat; background-position: left top;
}
.small-pic-container {
	background-image: url(../images/small-pic-bgr.png); background-repeat: no-repeat; background-position: center top;
}
.post-2-top {
	background-image: url(../images/right-post-top-bgr.png); background-repeat: no-repeat; background-position: center top;
}
.post-2-content {
	background-image: url(../images/right-post-bgr.png); background-repeat: repeat-y; background-position: center top;
}
.post-2-bottom {
	background-image: url(../images/right-post-bottom-bgr.png); background-repeat: no-repeat; background-position: center bottom;
}
.post-2 .input {
	background-color: transparent;
	background-image: url(../images/input-bgr.png); background-repeat: no-repeat; background-position: left top;
}
.post-2 input {
	background: none;
}
#content-bottom {
	background-image: url(../images/content-bottom-bgr.png); background-repeat: no-repeat; background-position: left top;
}
#footer {
	background-image: url(../images/foot-bgr.png); background-repeat: no-repeat; background-position: left top;
}

/* font */
body {
	font-family: Georgia, Times, serif;
	font-size: 100%;
}
h1 {
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
h3 {
	font-size: 22px;
	font-weight: normal;
}
h4 {
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
p {
	font-size: 15px;
}
a {
	font-size: 100%;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
#msg a {
	font-style: normal;
	font-weight: normal;
}
#msg li {
	font-size: 15px;
	line-height: normal;
}
#msg li button {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: normal;
}
#msg .error-msg li {
	font-style: italic;
}
#left p {
	line-height: 22px;
}
#left a {
	font-style: italic;
	font-weight: bold;
}
#left .highlight {
	font-style: italic;
	font-weight: bold;
}
#right li {
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}
#right li h4 {
	font-style: normal;
	font-variant: small-caps;
}
input {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: normal;
}

/* color */
h1 {
	color: #857363;
}
h2 {
	color: #F0F0E1;
}
h3 {
	color: #521B1B;
}
p {
	color: #1E1719;
}
a {
	color: #857363
}
a:hover {
	color: #521B1B;
}
#motto a {
	color: #857363;
}
#motto a:hover {
	color: #F0F0E1;
}
#msg li {
	color: #1E1719;
}
#msg li button {
	color: #521B1B;
}
#msg .error-msg li {
	color: #521B1B;
}
#left .highlight {
	color: #857363
}
#right li {
	color: #521B1B;
}
#right li a {
	color: #521B1B;
}
#right li a:hover {
	color: #857363
}
#right h4 {
	color: #1E1719;
}
#right h4 a {
	color: #1E1719;
}
#right h4 a:hover  {
	color: #857363;
}
#right .input-ul h4 a {
	color: #857363;
}
#right .input-ul h4 a:hover {
	color: #521B1B;
}
.post-2 input {
	color: #1E1719;
}
#footer h1, #footer a {
	color: #857363;
}
#footer a:hover {
	color: #F0F0E1;
}

/* tags */
ul {
	list-style: none;
}
img {
	border: none;
}

/*** CLASSES */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	content: ".";
	height: 0;
    clear: both;
    visibility: hidden;
}
.promo {
	margin-bottom: 10px;
}
.cap {
	text-transform: capitalize;
}
.small-pic-container {
	float: left;
	width: 101px;
	height: 96px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: left;
}
.small-pic {
	float: left;
	padding-top: 15px;
	padding-left: 6px;
	text-align: left;
}
.big-pic {
	border: 1px solid #857363;
}

/*** IDs */

/* CONTAINER */
#container {
	width: 100%;
	height: 100%;
	/*overflow: visible;*/
}

/* POSITION */
#position {
	width: 100%;
	text-align: center;
}

/* MAIN */
#main {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* MOTTO */
#motto {
	width: 880px;
	height: 31px;
	margin-left: 30px;
	padding-top: 11px;
}

/* HEADER */
#header {
	width: 940px;
}

/* LOGO */
#logo {
	width: 940px;
	height: 190px;
	text-indent: -9000px;
}

/* MENU */
#menu {
	width: 880px;
	height: 95px;
	margin-left: 30px;
}
#menu a {
	float: left;
	height: 95px;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}
#menu a:hover {
	background-position: 0 -95px;
}
#menu-1 {
	width: 160px;
}
#menu-2 {
	width: 132px;
}
#menu-3 {
	width: 262px;
}
#menu-4 {
	width: 132px;
}
#menu-5 {
	width: 194px;
}

/* WELCOME */
#welcome {
	width: 940px;
	text-align: center;
}
#welcome-top {
	width: 940px;
	height: 20px;
}
#welcome-content {
	width: 940px;
}
#welcome-bottom {
	width: 940px;
	height: 20px;
}
#welcome h2 {
	width: 804px;
	margin-left: 68px;
}

/* CONTENT */
#content {
	width: 940px;
}

/* MSG */
#msg {
	width: 940px;
	padding-top: 10px;
}
#msg-box {
	width: 804px;
	margin-left: 68px;
	text-align: justify;
}
#msg li {
	display: inline;
}
#msg li button {
	background: none;
	border: none;
	cursor: pointer;
}
#msg .error-msg {
	margin-bottom: 5px;
}

/* LEFT */
#left {
	float: left;
	width: 630px;
}
#left h3 {
	margin-left: 68px;
}
#left p {
	margin-bottom: 10px;
}

/* POST 1  */
.post-1 {
	width: 546px;
	margin-left: 68px;
	margin-bottom: 20px;
	text-align: justify;
}
.post-1 h4 {
	margin-bottom: 10px;
}
#left .post-1 h3 {
	width: 546px;
	margin-left: 0px;
}

/* RIGHT  */
#right {
	float: right;
	width: 310px;
}

/* POST 2  */
.post-2 {
	width: 242px;
	margin-top: 16px;
	text-align: center;
}
.post-2-top {
	width: 242px;
	height: 100px;
}
.post-2-bottom {
	width: 242px;
	height: 100px;
}
.post-2 h3 {
	padding-top: 16px;
}
.post-2 .input {
	width: 242px;
	height: 50px;
	text-align: center;
}
.post-2 input {
	width: 173px;
	margin-top: 16px;
	border: none;
	text-align: center;
}
.post-2 .input-ul {
	padding-top: 12px;
}

/* CONTENT BOTTOM */
#content-bottom {
	width: 940px;
	height: 60px;
}

/* FOOTER */
#footer {
	width: 880px;
	height: 31px;
	margin-left: 30px;
	padding-top: 11px;
}
