/* CSS Document */
html, body {
	background-color: #efeee7;
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
p {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: left;
}
h1 {
    font-size: 26px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    font-family: Arial;
    color: #ee730c;
    font-weight: normal;
    text-decoration: none;
    text-align: left;

    
}
h2 {
     font-size: 18px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-family: Georgia;
    color: #1a1a1a;
    text-align: left;
    font-weight: normal;
}


a {
	color: blue;
}
p {
	text-align: left;
}

li {
    text-align: left;
}

#header {
    width: 100%;
    text-align: center;
    background: #423023;
    background-position: center bottom;
    border-bottom: 1px solid silver;
    font-size: 12px;
}

.logo {
	background-color: #444444;
	width: 100%;
	text-align: center;
}

#layout {
    width: 600px;
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

.ui-tabs {
    padding: 0;
    width: 500px;
    margin: auto;
    border: none;
    background-color: #444444;
}

.content {
	margin-top:10px;
}
