/* Start of CMSMS style sheet 'yourtour_sheet' */
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	padding:0; 
	margin:0; 
	border:0;
	background:#fff;
        font-family:Tahoma,serif;
        font-size:11px;
        color:#35007d;
        background-color:#b84f20;
 	scrollbar-face-color:#ffffff;
 	scrollbar-arrow-color:#b84f20;
 	scrollbar-track-color:#ffffff;
 	scrollbar-shadow-color:#b84f20;
 	scrollbar-highlight-color:#ffffff;
 	scrollbar-3dlight-color:#b84f20;
 	scrollbar-darkshadow-Color:#ffffff;
}

a {
        color:#35007d;
        padding-left:1px;
        padding-left:1px;
        text-decoration:underline;
}

a:hover {
        color:#fff;
        background:#35007d;
        text-decoration:none;
}

#main {
	width:100%;
	height:100%;
	border-style:none;
}

#left {
	width:50%;
	height:100%;
	border-style:none;
	background-image:url(uploads/images/back_main.jpg);
	background-position:right top;
}

#content_cell {
	width:800px;
	height:100%;
	border-style:none;
}

#right {
	width:50%;
	height:100%;
	border-style:none;
	background-image:url(uploads/images/back_main.jpg);
}

#content {
	width:800px;
	border-style:none;
}

#header {
	width:800px;
	height:182px;
	border-style:none;
	background-image:url(uploads/images/header.jpg);
        float:left;
}

#actual_content {
	width:420px;
	min-height:368px;
        padding-left:300px;
        padding-right:80px;
        float:left;
	border-style:none;
	background-image:url(uploads/images/back_center.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}

#actual_content h1 {
	font-size:14px;
	font-weight:bold;
        margin-top:14px;
        margin-bottom:14px;
}

#actual_content p {
        margin-top:14px;
        margin-bottom:14px;
}

#actual_content img {
        border:1px solid #6c00ff;
}

#actual_content img.small {
        border:1px solid #6c00ff;
        width:30px;
        height:30px;
}

#actual_content #upload {
        text-align:center;
        font-weight:bold;
        display:none;
}

#footer {
	width:800px;
	height:72px;
	border-style:none;
	background:url(uploads/images/back_bottom.jpg);
        float:left;
}

#footer p {
	margin-left:170px;
	margin-top:28px;
	margin-bottom:2px;
}

font.error_text
{
	color:#ff0000;
	font-weight: bold;
}

.error {
	color:#ff0000;
	border: 1px solid #ff0000;
	background-attachment: scroll;
	background-image: url(uploads/images/form-error.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#btn_home {
        position:absolute;
        left:50%;
        margin-left:-318px;
        top:45px;
	width:480px;
	height:128px;
	border-style:none;
	z-index:99;
}

#btn_tell {
        position:absolute;
        left:50%;
        margin-left:173px;
        top:0px;
	width:71px;
	height:58px;
	border-style:none;
	z-index:99;
}
/* End of 'yourtour_sheet' */

