*{
   margin:0;
   padding:0;
}

body {
    /*margin: auto;*/
	 text-align: center; /* for IE */
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../gui/backg_body.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #666666;
 }

#form1{
   height: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

/*Common Styles*/
#header, #topheader, #menu, #document, #foot, #backgfoot {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}

/*Specific Styles*/
#topheader {
    height: 15px;
}
#bottomheader {
    height: 30px;
    font-size: 10px;
}

#header {

    background-image: url('../gui/header_img.jpg');
    background-color: #990000;
    background-repeat: no-repeat;
	 height: 98px;
	}

#menu {
    background-image: url('../gui/backg_menu.png');
    height:27px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	float: left;
	padding: 0px;
}

#document
{
    background-image: url('../gui/backg_document.jpg' );
    /*background-image: url('../gui/backg_document_opt.jpg' );*/
    background-color: #D6BB80;
    background-repeat: no-repeat;
    /*background-repeat: repeat-y;*/
    border-bottom-style: ridge;
    border-bottom-width: thin;
    border-bottom-color: #808000;
	 padding-top: 30px;
    height: auto;
}

#submenucol {
	width: 250px;
	height: 100%;
	float: right;

}
#submenu{
    margin: 0px 0px 0px 0px;
}

#submenu ul {
    margin-left: -5px;
    padding: 0px;
    list-style-type: none;
    float:none;
 }
#submenu li {
    padding: 0px;
}

#submenu a {
    margin: 0px 0px 5px 5px;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    background-image: url(../gui/backg_submenu.png);
    background-repeat: no-repeat;
    padding: 6px 6px 6px 20px;
}

#feedsplash
{
    margin-left: 550px;
    margin-top: 0px;
    margin-bottom: 30px;
    border: thin ridge #D6BB80;
    width: 180px;
    height: 50px;
}

#decoration {
    clip: rect(auto, auto, auto, auto);
    margin-right: 20px;
}

#otherlinks {
        margin-left: 45px;
		  font-size: 14px;

    font-weight: bold;
    color: #FFFFFF;

}
#otherlinks  a    {
		  font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;

}


 #content{
   margin-left: 30px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	margin-bottom: 4px;
	font-weight: normal;
	padding-bottom:30px;
}

#content h2{

	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	margin-bottom: 4px;
	font-weight: normal;
}

#content p{
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 4px;
    font-weight: normal;
    text-align: left;

}

#splash
{
    padding: 0px;
    margin-left: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    border: 3px inset #D6BB80;
    width: 452px;
    height: 202px;
    position: relative;
}

#backgfoot {
    border-color: #808000;
    border-width: thin;
    background-image: url(../gui/backg_foot.png);
    background-repeat: no-repeat;
    height: auto;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 50px;
}

#foot {
    font-size : 11px;
    color: #FFFFFF;
    text-align: center   ;
}
a:link{
	color: #663300;
}
a:hover{
	color: #663300;
}
a:visited{
	color: #663300;
}

#SkypeContact{
	color: #00aff0;
}
