@charset "utf-8";
body {
	background-image: url(../images/layout/body-bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #BAB4A6;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
}

#content {
	width: 900px;
	margin: 0px auto;
}
#header-bg {
	background: url(../images/layout/header-bg.jpg) no-repeat center -1px;
}
#photo-bg {
	background-image: url(../images/layout/photo-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-content-bg {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5F5C4B;
	background: url(../images/layout/main-content-bg.jpg) repeat-y center top;
}
#main-content-top {
	background: url(../images/layout/content-header-bg.jpg) no-repeat center top;
	margin-top: -1px;
}

#header {
	margin-top: 0px;
	padding-top: 0px;
}
#main-content {
	background-image: url(../images/layout/content.jpg);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5D77AA;
}
#info h1 {
	font-weight: bold;
	font-size: 120%;
	color: #5776AC;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/layout/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
}
#info h3 {
	font-size: 110%;
	color: #88A3D0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#info p {
	line-height: 130%;
	margin-top: 0px;
}
#info a {
	color: #CC3333;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}


.px-800 {
	width: 801px;
	margin: 1px auto 0px;
}
.col-75 {
	float: left;
	width: 74%;
	padding: 0px 1% 0px 0px;
}
.col-50 {
	float: left;
	width: 49%;
	padding: 0px 1% 0px 0px;
}
.col-25 {
	float: left;
	width: 24%;
	padding: 0px 1% 0px 0px;
}

#menu {
	width: 175px;
	padding-top: 25px;
	float: left;
}
#info {
	padding: 30px;
	float: left;
	width: 391px;
}
#right-bar {
	float: left;
	width: 142px;
	padding: 30px 15px 30px;
}
#right-bar img {
	border: 1px solid #5D77A8;
}
#ver-menu ul {
	padding: 0px;
	list-style-type: none;
	width: 175px;
	margin: 0px;
	font-size: 110%;
}

#ver-menu li {
	margin: 0px;
	padding: 0px;
}

#ver-menu a {
	display: block;
	padding: 0px;
	margin: 0px;
}

#ver-menu a:link, #ver-menu a:visited {
	color: #394D6E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3F3F3;
	margin: 0px 1px 0px 2px;
	padding: 7px 15px 7px 20px;
}
#footer-bg {
	background: url(../images/layout/footer-bg.jpg) no-repeat center -1px;
}
#footer {
	font-size: 80%;
	color: #F9F5EC;
	padding: 20px 30px 55px;
	margin-top: -1px;
}
#footer a {
	color: #BAB4A6;
	text-decoration: none;
}



#ver-menu a:hover {
	color: #4B4534;
	background-position: left;
	background-color: #BAB4A6;
}

#ver-active a:link, #ver-active a:visited, #ver-active a:hover {
	color: #999999;
	padding: 4px 15px;
	background: #DBD6CE;
}

#ver-active #ver-current{
	color: #2C3749;
	background-position: left center;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 20px;
	background-image: url(../images/layout/menu-o.jpg);
}
#ver-active .sub a:link, #ver-active .sub a:visited, #ver-active .sub a:hover,  #ver-menu .sub a {
	display: block;
	color: #8A7B66;
	padding: 6px 20px 6px 30px;
	margin-bottom: 0px;
	background-image: url(../images/allison/sub-item-menu.gif);
	background-position: left center;
	background-repeat: repeat-y;
}
#ver-menu .sub a:visited {
	color: #8A7B66;
}
#ver-menu .sub a:hover {
	color: #665A4A;
	background: url(../images/allison/sub-item-menu-over-rose.gif) no-repeat left;
}

.clear {
	clear: both;
}
.text-small {
	font-size: 80%;
}
.caption {
	font-size: 80%;
	font-style: italic;
	text-align: right;
	margin-top: -12px;
	margin-bottom: 10px;
}
#right-bar .caption {
	margin-top: 5px;
}
#info li.swish {
	list-style: url(../images/layout/li.gif);
	margin-bottom: 5px;
	color: #374864;
}
