body {
overflow-y:scroll;

margin:0;
padding:0;
background: #993300;
text-align: center;
	}
    
#main {
	width:888px;
    margin-left: auto;
    margin-right: auto;

float: left;

	background:url(images/main_bg.jpg) repeat-y transparent;
	border: 0px solid silver;
}

#header {
	width:800px;
    margin-left: auto;
    margin-right: auto;

	background: transparent;
	border: 0px solid red;
}

#header_top {
	margin-top: 10px;
    width: 740px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;

	background:url(images/header_top.jpg) repeat-y transparent;
    overflow: hidden;
	border: 0px solid gray;
}

#header_middle {
	width: 740px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    
    overflow: hidden;    

	background:url(images/header_middle.jpg) repeat-y transparent;
	border: 0px solid gray;
}

#header_bottom {
	width: 740px;
    height: 12px;

    margin-left: auto;
    margin-right: auto;

    overflow: hidden;

	background:url(images/header_bottom.jpg) repeat-y transparent;
	border: 0px solid gray;
}

#header_title1 {
    position: relative; top: -100px; left: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    color: #ffffff;
    font-size: 48px;
    font-weight: bold;
    width: 640px;
    text-align: right;
    text-shadow: #444 1px 1px 1px;
	border: 0px solid gray;
}


#header_title2 {
    position: relative; top: -100px; left: 0px;
    
    margin-left: auto;
    margin-right: auto;
    
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    width: 640px;
    text-align: right;
    text-shadow: #444 1px 1px 1px;
	border: 0px solid gray;
}



#content {
	width: 800px;
    position: relative; left: 44px;
    margin-top: 10px;
    
	background: transparent;
	border: 0px dashed red;
    float: left;

}

#content_left {
    position: relative; top: 0px; left: 0px;
    margin-left: 0px;
    width: 220px;
    text-align: justify;
    color: gray;
    float: left;
background:url(images/menuback.jpg) top right no-repeat transparent;
    
	border: 0px solid red;
}

#content_right {
    margin-left: 230px;
    width: 560px;

    text-align: justify;
    
	border: 0px solid blue;
    color: #663333;
    font-size: 14px;
    font-weight: bold;
}


#mainmenu {
    position: relative; top: 0px; left: -44px;
    width: 230px;
    height: 278px;

    background:url(images/menuback.jpg) repeat-y transparent;
    
    border: 0px solid green;
}

.mainmenu_button {
    position: relative; top: 0px; left: 0px;
    margin-bottom: 5px;
    background:url(images/menu_point.gif) bottom left no-repeat transparent;
    width: 100%;
    clear: right;
    border: 0px solid green; 
}

.mainmenu_button_text {
    margin-left: 20px;
    color:  #663333;
    text-shadow: #444 1px 1px 1px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
}

.mainmenu_button_text:hover , .mainmenu_button_text_active {
    margin-left: 20px;
    color:  #220000;
    text-shadow: #111 1px 1px 1px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
}

#menu_content {
    position: relative; top: 30px; left: 93px;
    width: 147px;
    height: 222px;
    border: 0px dashed red;
}

#sidebar_images {
    position: relative; top: 0px; left: 10px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border: 0px dashed red;
}

#sidebar_images img {
     border: 1px solid silver;
     margin: 5px;
     padding: 1px;
}

#sidebar_images img:hover {
     border: 1px solid gray;
     margin: 5px;
     padding: 1px;
}


#sidebar_text {
    position: relative; top: 0px; left: 10px;
    width: 200px;
    margin-bottom: 20px;
    color: #663333;
    border: 0px dashed red;
}

#sidebar_text h1 {
    position: relative; left: 0px;
    text-shadow: #777 1px 1px 1px;
    text-decoration: underline;
    font-size: 14px;
    height: 20px;
    border: 0px dotted red;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
#sidebar_text h3 {
    position: relative; left: 0px;
    text-shadow: #777 1px 1px 1px;
    text-decoration: none;
    font-size: 16px;
    height: 20px;
    border: 0px dotted red;
    margin-top: 0px;
    margin-bottom: 0px;
}
#sidebar_text h4 {
    position: relative; left: 0px;
    text-shadow: #777 1px 1px 1px;
    text-decoration: none;
    font-size: 14px;
    height: 18px;
    border: 0px dotted red;
    padding-left: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}


/*Main content*/
#content_right h1 {
    position: relative; left: -30px;
    text-shadow: #555 1px 1px 1px;
    text-decoration: none;
    font-size: 22px;
    font-family: Arial;
    background:url(images/flowerlarge.jpg) bottom left no-repeat transparent;
    height: 47px;
    width: 495px;
    padding-left: 45px;
    border: 0px dotted red;
    margin-bottom: 0px;
}

#content_right h2 {
    position: relative; left: -30px;
    text-shadow: #555 1px 1px 1px;
    text-decoration: none;
    font-size: 16px;
    font-family: Arial;
    background:url(images/flowersmall.jpg) bottom left no-repeat transparent;
    height: 35px;
    width: 495px;
    padding-left: 45px;
    border: 0px dotted red;
    margin-bottom: 0px;
}

#content_right i {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #331111;
}

#content_right b {
    font-size: 15px;
    font-weight: bold;
    color: #331111;
}

.content_text {
    position: relative; top: 0px; left: 20px;
    width: 510px;
    border: 0px dashed red;
}

.content_text img {
    border: 1px solid black;
}

.content_table {
    width: 98%;
    border: 0px solid silver;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
    color: #332222;
}

.content_table_header {
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #331111;
    text-shadow: #666 1px 1px 1px;
    text-decoration: underline;
}

/*Footer*/
#footer {
	width: 800px;
    position: relative; left: 44px;
    height: 69px;
    margin-top: 10px;
    
	background:url(images/foot.jpg) bottom right no-repeat transparent;
	border: 0px dashed red;
    float: left;
}
