@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
}

body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #d9d9d9;
	background-color: #000;
}

img {
	margin: 0px;
	border: 0;
	display: block;
}

a {
	color: #d9ceb7;
	text-decoration: none;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

a:visited{
	color: #d9ceb7;
}

h1 {
	font-weight: 100;
	margin-bottom: 0px;
	margin-top: 18px;
	font-size: 18px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}
p {
	margin-top: 5px;
	margin-bottom: 15px;

}
div {
	border: 0;
	margin: 0;
	padding: 0;
}

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	
	background-image: url(images/img_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#headerContainer {
	background-image: url(images/img_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 290px;
}


/*-----------CONTENT----------*/

#pageContentContainer {
	margin-right: auto;
	margin-left: auto;
	width: 796px;
	background-image: url(images/img_content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 20px;
}
#leftColumn{
	width: 400px;
	margin-left: 50px;
	margin-right: 50px;


}
#flash {

/*	width: 523px;
	height: 250px;
	margin-left: 9px;
	margin-right: 9px;*/
}
#flash-container {

}
#text {
	width: 400px;
}

#rightColumn{
	width: 244px;
	height: 300px;
	float: right;
	margin-right: 50px;
	background-image: url(images/img_links_bg.gif);	

}
#rightColumn p {
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
}
#rightColumn ul {
	margin-top: 15px;
}
#rightColumn li {
	margin-top: 10px;
}

#invite-popup {
	z-index: 100;
	display: none;
	width: 500px;
	height: 525px;
	position: absolute;

}
#invite-bg {
	position: relative;
	/*top: -80px;*/
	left: 97px;
	padding-bottom: 15px;
	width: 500px;
	background-image: url(images/img_invite_bg.jpg);	
	text-align: center;	
}
#invite-content {
	padding: 25px 25px 0px 25px;
	width: 450px;
	text-align: left;
}

#invite-content h1 {
	margin: 0px;
}

#invite-bg a {
	/*display: block;*/
	color: #fff;
	text-decoration: underline;


}
#invite-bg a:hover {
	color: #ddd;
}

#comment-popup {
	z-index: 100;
	display: none;
	width: 370px;
	height: 525px;
	position: fixed;
	margin-top: -100px;

}
#comment-bg {
	position: relative;
	/*top: -80px;*/
	left: 20px;
	padding-bottom: 15px;
	width: 370px;
	background-image: url(images/bg_comment.gif);
	text-align: center;
	border: 1px solid #030303;
}
#comment-content {
	padding: 0px 25px 0px 25px;
	/*width: 450px;*/
	text-align: left;
}

#comment-form-buttons {
	display: block;
	margin: 10px auto 0px;
	text-align: center;
}

#comment-content h1 {
	margin: 0px;
}

#comment-bg a {
	display: block;
	color: #fff;
	text-decoration: underline;


}
#comment-bg a:hover {
	color: #ddd;
}

.comment-text {

}

.comment-info {
	font-size: 70%;
	text-align: right;
}

.comment-response .comment-info {
	font-size: 85%;
}

.comment-response {
	font-size: 85%;
	background-color: #6a564f;
	padding: 8px;
	margin-top: 2px;
}
.comment-spacer {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 27px;
	margin-right: 27px;
}

.response-comment-button{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 337px;
}

#ajax-response {
	color: #fd8200;
	margin-bottom: 15px;
	margin-top: 0px;
}

#footerContainer {
	background-image: url(images/img_footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
}
#footer{
	margin-right: auto;
	margin-left: auto;

	color: #946e5d;
	font-size: 90%;
	text-align: center;
	width: 790px;
	
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/img_footer.jpg);

}

#footer a {
	color: #946e5d;
}
