html, body {
    background-color:#ffffff;
	height: 100%;
	width: 100%;
	padding:0;
	margin:0;
}

html, body, td, tr, select,a input, select, textarea {
	font-family:georgia, Arial, Helvetica, sans-serif;
	font-size:95%;
	line-height:125%;
	color: #555555;
}

a {
    color: #9C4A4B;
    text-decoration:none;
}

a:hover {
    color: #9C4A4B;
    text-decoration:underline;
}

a img, a:hover img {
	text-decoration:none;
	border-width:0;
}

a.edit {
	float:right;
}

h2 {
    margin-top: 0;
	font-size:1.4em;
}

h2.sifr2 {
	text-align:center;
}

h3 {
    margin: 0;
    xborder:1px solid purple;
	font-size:1em;
}

h3.sifr2 {
	text-align:center;
}

h3 + div, h3 + p {
    margin-top:0px;
}

h3 a, h2 a {
    color: #555555;
    text-decoration:none;
}

h3 a:hover, h2 a:hover {
    color: #9C4A4B;
    text-decoration:none;
}

hr {
    height: 1px;
    background-color:#E0E0E0;
    border-width:0;
}

ol, ul {
	margin-left: 0;
	padding-left:15px;
}

img.moreInfo {
    border-width:0;
    margin-bottom: -1px;
    margin-left: 10px;
}

*:focus{
	outline:none;
}

#page {
    width: 790px;
    margin: auto;
    xborder:1px solid red;
    padding-left:10px;
}

#mainTitle {
    margin: 40px 0;
}

#mainTitle img {
    border-width: 0;
}

#menu {
    margin: 0;
    padding: 0;
    width: 135px;
    float: left;
    xborder:1px solid yellow;
}

#menu img {
	border-width:0px;
}

#menu-items {
    margin: 0;
    padding: 0;
}

#menu-items li {
    margin: 0;
    padding: 0;
    list-style-type:none;
}

#menu-items li img {
    height: 20px;
    width: 116px;
}

#logo {
	margin-top: 80px;
}

#content {
    width: 630px;
    float:right;
    xborder:1px solid blue;
    text-align:justify;
}

#contactInfo {
    clear: both;
    text-align: right;
    xborder: 1px solid green;
    margin: 0;
    padding: 5px 0;
    font-size: 0.7em;
}

div.new {
    background-image: url(/img/new.png);
    background-repeat:no-repeat;
    background-position:0 3px;
    display:inline-block;
    width:16px;
    height:20px;
    font-size:0.6em;
    color: white;
    text-align:center;
    padding-right:4px;
    position:relative;
    left:-2px;
    top:-6px;
}

.smaller {
	font-size: 0.75em;
}