* {
    margin: 0px;
    padding: 0px;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px; 
	text-align: center; /* for IE */
	background: #4f3c38 url('../images/bg.jpg') repeat-x;

}

#container {
	margin: 0px auto 5px auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 940px;
}

#logo {	
	width: 189px;
	height: 116px;
	float: left;
}

#header {
	height: 125px;
	float: left;
}

#content {
	min-height: 460px;
	float: left;
	width: 930px;
	color: #fff;
}

#content #text {
	width: 435px;
	float:left;
	padding: 0px 20px 5px 0px;
	overflow:visible;
	z-index:100;
} 

#content #text h1 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 2px;
}

#content #text h2 {
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 1px;
	font-weight: normal;
}

#content #text ul {
	padding-left: 15px;
}

#content #text a {
	color: #D6E4EF;
}

#content #theme {
	width: 461px;
	height: 440px;
}

#content #theme_bg {
	width: 460px;
	height: 440px;
	float: right;
	background: url('../images/frame_photo_big.png') no-repeat;
	padding: 4px 2px 1px 4px;
}

#footer {
	float:left;
}

.error {
	color:#4d4e55;
	display:block;
	border:1px solid #f4bba0;
	background-color:#ffdac7;
	padding:4px 10px 9px 40px;
	background-image:url('../golivecms/img/error_cross.gif');
	background-repeat:no-repeat;
	margin-bottom:7px;
	cursor:pointer;	
}

.message {
	color:#4d4e55;
	display:block;
	border:1px solid #d5e9ad;
	background-color:#eefbd4;	
	padding:4px 10px 9px 50px;
	background-image:url('../golivecms/img/error_check.gif');
	background-repeat:no-repeat;
	margin-bottom:7px;	
	cursor:pointer;
}
