html body {
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0px;
	color:#524841;
	background:#FFF;
	font-size:10pt;
}

img {
    border:0px;
}

/* headers structure */
#head {
    margin-left:auto;
    margin-right:auto;
    width:900px;
    border-bottom:2px dotted #DDDDDD;
    position:relative;
    height:70px;
}

#head .headlogo {
    background:transparent url(../media/images/headlogo.png) no-repeat scroll left top;
    height:62px;
    left:-38px;
    position:absolute;
    top:10pt;
    width:200px;
    cursor:pointer;
}

#head .links {
    position:absolute;
    bottom:10px;
    right:0px;
}

#head .links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#head .links ul li {
	font-size: 10pt;
	display: inline;
	padding: 0px 15px 0px 15px;
}
#head .links ul li a {
    text-decoration:none;
    color:#524841;
}


/* container structure */

#container {
    margin-left:auto;
    margin-right:auto;
    width:900px;
    position:relative;
}

#splash {
    text-align:center;
    position:relative;
    top:110px;
}
#img_display {
    width:525px;
    position:relative;
    text-align:center;
}

#text_display {
    border-left:2px dotted #DDDDDD;
    height:370px;
    top:20px;
    position:relative;
    width:350px;
}

#text_display .text {
    padding-left:50px;
    position:relative;
    top:120px;
}

/* footer structure */

#foot {
    margin-left:auto;
    margin-right:auto;
    width:900px;
    border-top:2px dotted #DDDDDD;
    position:relative;
}

/* tag decoration */

.pageflip a:link {
	text-decoration:none;
	color:#524841;
}
.pageflip a:visited {
	text-decoration:none;
	color:#524841;
}
.pageflip a:hover {
	text-decoration:none;
	color:#BA0000;
}
.pageflip a:active {
	text-decoration:none;
	color:#524841;
}


/* internal classes */
.pageflip_container {
	width:600px;
	border:1px solid #F00;
}

.pageflip {
	padding:3px;
	margin-right:2px;
	cursor:pointer;
	margin-top:12px;
}

.pad-top-bot {
    padding:20px 0px;
}
.pad-left-right {
    padding:0px 10px;
}

.selected{
    color:#BA0000;
}
.c {
    padding:100px 0px 30px 0px;
    width:440px;
    margin-left:auto;
    margin-right:auto;
}
.s {
    color:#BA0000;
}
.mid {
    padding-top:100px;
    text-align:center;
    color:#BDBDBD;
    font-size:8pt;

}
.line {
    color:#333;
    cursor:pointer;
    font-size:17px;
    margin-right:2px;
    margin-top:8px;
    padding:3px 0;
}
.cvleft {
    width:525px;
    text-align:right;
}
.cvright {
    width:200px;
}

.clears {
	clear:both;
}


/* utilities */

.fl {
    float:left;
}
.fr {
    float:right;
}
.clears {
    clear:both;
}

.center {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.space-lines {
    line-height:24px;
}
}
