
#page {
	background-image: url(/wp-content/themes/example/images/background.png);
	background-repeat: repeat-y;
	border: solid 1px black;
	min-height: 600px;
	margin-left: auto;
	margin-right:auto;
	width: 750px;
    
}

img {
	border: none;
}
#header {
	font-family:"Arial", sans-serif; 
	font-weight:700; 
	font-size:19.0px; 
	min-height: 150px;
}	


#logo {
	float: left;
	height:115px;	
	margin-left: 10px;
	width: 215px;
	padding: 1em 1em 1em 1em;
}

#title {
	font-family:"Arial", sans-serif; 
	font-weight:700; 
	font-size:19.0px; 
        line-height:19.0px; 
	margin-left: auto;
	margin-right:auto;
	padding-top: 50px;
	text-align: center;
}

#menu {
	margin-left: auto;
        margin-right: auto;
	min-height: 35px;
	font-size:0.7em;
	width: 715px;
	text-align: center;
}

#menu ul {
	float:left;
	margin-left: auto;
	margin-right:auto;
        list-style: none;
	padding: 0 0 0 0 ;
	width: 100%
}

/**
 *Menu list items
 **/

#menu li {
        float: left;
        background-image: url(/wp-content/themes/example/images/leftbutton.png);
	background-repeat: no-repeat;
	padding: 0  0 15px 10px;
}

#menu a {
        float: left;
	display: block;
        background-image: url(/wp-content/themes/example/images/button.png);
        background-repeat: repeat-x;
        background-position: right top;
	padding: 12px 10px 35px 8px;
	text-decoration: none;
	font-family: arial; 
        font-weight: bold;
        color: #fff;
}

#menu li:hover {
	background-image:url("/wp-content/themes/example/images/leftrbutton.png");
}

#menu a:hover {
    	background-image:url("/wp-content/themes/example/images/rbutton.png");
}






#content {
	font-family:"Arial", sans-serif; 
	font-size:14.0px; 
	line-height:1.14em;
	min-height: 500px;
	margin-left: 10px;
	margin-right:auto;
	text-align: left;
	width: 723px;
}

#footer {
	font-family:"Arial", sans-serif; 
	font-weight:700; 
	font-size:12.0px; 
        line-height:1.25em; 
	min-height: 100px;
	margin-left: auto;
        margin-right:auto;
 	padding-top: 10px;
	text-align: center;
	
	width: 700px;
}


