*{margin:0px; padding:0px;}

html
{
min-height:100%;
margin-bottom:1px;
}

body{
font-size:100%;
font-family: Helvetica, Arial, sans-serif;
color:#333333;
background-color:#484830;
}

p {
	padding-bottom:8px;
}

img {
border:0px;
}

h1, h2, h3
{
font-size:1.1em;
padding-bottom:10px;
padding-top:5px;
color:#435c3e;
}

span{font-style:italic; color:#666666;}

#container
{
position:relative;
margin:auto;
width:1024px;
background-color:#ffffff;
margin-top:50px;
height:660px;
}

#content
{
position:absolute;
top:0px;
width:634px;
height:660px;
background:url(../images/background-1px.gif) repeat-y;
}

#maintext
{
position:absolute;
top:70px;
margin-left:230px;
padding:10px;
width:293px;
height:570px;
overflow-y:scroll;
font-size:0.8em;
}

#gallerypics
{
position:absolute;
top:45px;
margin-left:230px;
padding:10px;
width:770px;
height:595px;
z-index:2;
overflow:auto;
}

#menu
{
position:absolute;
top:7px;
padding:18px;
height:570px;
width:180px;
font-size:0.8em;
color:#ffffff;
overflow:hidden;
}

a
{
color:#606048;
text-decoration:none;
}

#menu a
{
color:#ffffff;
text-decoration:none;
}

#menu li
{
list-style-type:none;
padding-bottom:7px;
}

#menu img
{
padding-bottom:20px;
margin-left:35px;
}

#flashimage
{
position:absolute;
top:0px;
margin-left:547px;
width:475px;
height:660px;
background-color:#FFFFFF;
z-index:0;
}

#top
{
position:relative;
top:-695px;
width:1024px;
margin:auto;
}

#flags
{
padding-left:20px;
}

#header
{
float:right;
color:#ffffff;
font-size:0.7em;
position:relative;
top:-24px;
}

#header a
{
color:#ffffff;
}

#header img
{
vertical-align:middle;
}

#footer
{
position:relative;
top:-40px;
width:1024px;
margin:auto;
font-size:0.7em;
color:#ffffff;
padding-left:20px;
}

#footer a
{
color:#ffffff;
text-decoration:none;
}

#welcome
{
position:absolute;
top:10px;
margin-left:240px;
font-size:1.2em;
color:#435c3e;
padding-bottom:5px;
border-bottom:1px dotted #666666;
width:300px;
}

#menuimages
{
position:absolute;
top:555px;
margin-left:6px;
}

#menuimages img
{
border:none;
}

/*** start of accordian content css ***/

.expandingheader{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
}

.openexpandable{ /*class added to contents of 1st demo when they are open*/
/*background: yellow;*/
}
