/* ----------------------------------------
   Standard Elements
------------------------------------------- */

* {
	/*margin: 0; */
	padding: 0;

}

html {
	height: 100%;
	/* padding-bottom: 1px;  force scrollbars */
}

body {
	margin: 15px 100px 100px 100px;

	background: url('bg.png') fixed;
	font: normal 13px Verdana,sans-serif;
	color: white;
	/*padding-bottom: 1em; */

}

a {color: #06A;text-decoration: none;}
a:hover {color: #0ff; text-decoration: underline;}

p {padding: 0.1em 0 0.8em;}

h1 {font: normal 1.8em Georgia,Tahoma,sans-serif;}
h2 {font: normal 1.5em Georgia,sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}



/* ----------------------------------------
   Layout
------------------------------------------- */

/* Main */
#layout_wrapper {
	
	margin-left: auto;
	margin-right: auto;
	
	width: 770px;	
	height: 550px;
	
}
#layout_header {
        background: url('/banner.png') no-repeat left top;
	height: 120px;
}

#script_frame {
	float: right;
}

#layout_container {
	/*background: red; */
	/*padding: 0 50px; */
	padding-top: 0px;

        width: 770px;
        height: 550px;
	padding-bottom: 10px;
}


#layout_edgetop, #layout_edgebottom {
	background: url('img/layout_edges.png') no-repeat left top;
	display: block;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {background-position: left bottom;}

#menu_wrapper{
	padding-top: 80px;
	padding-left: 20px;	
}


#post_body {
        width: 770px;
        min-height: 550px;
	
	/*background: black; */
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin-top: 0px;
}

#post_inner_frame {
	padding: 20px 50px 30px 50px;

	text-align: justify;	
	font-size: 0.95em;

}

#post_inner_frame h3 {
	font-weight: normal;
	font-size: 1.2em;
	padding: 3px 0;
	margin: 5px 0;
}


#post_body ul {
	padding-left: 15px;
	list-style-type: disc;
	padding-top: 0;
}

#post_body span {
	font-weight: bold;
}


/* Navigation */
#navigation {
	background: #739CBA url('navigation.jpg') no-repeat left bottom;
	padding: 82px 10px 0;
}


ul {
	list-style-type: none;
	width: 100%; /* precision for Opera */

}
.menu ul {
        margin:  0;
        padding: 0;
        	
}

#album{
	margin-left: 0;
	padding-left: 0;
}

#leftclient{
	width: 300px;
	float: left;
	list-style: none;
	margin: 0;
}


#leftclientB{
        width: 150px;
        float: left;
        list-style: none;
}

#leftclientB ul{
        list-style: none;
}



#rightclient {
	width: 300px;
	float: right;
	margin: 0;
	margin-right: 50px;
	
}

.menu li {
	float: left;
        display: inline;
        list-style: none;
}

.menu a {
        background: url("tableftC.gi") no-repeat left top;
        float: left;
        font: bold 1.0em sans-serif;
        margin-right: 0px;
        padding-left: 4px;
        text-decoration: none;

}

.menu a span {
        float: left;
        display: block;
        background: url("tabrightC.gi") no-repeat right top;
        padding: 5px 10px 5px 6px;
        color: white;
}

.menu a:hover span {color: red;}
.menu a:hover {background-position: 0% -42px;}
.menu a:hover span {background-position:100% -42px;}

.menu li.current_page_item a {color: black; background-position: 0% -42px;}
.menu li.current_page_item a span {background-position:100% -42px;}







#footer {
/*
        background: #A3B5C1 url('img/footer.gif') no-repeat left top;
        padding: 0px 12px 2px;        font-size: 0.85em;
*/
	margin-top: 5px;
	padding: 0;
        color: #FAFCFF;
	font-size: 0.85em;

}

#footer a { font-weight: normal; color: white;text-decoration: none;}
#footer a:hover {color: #0ff; text-decoration: none;}









