body {
	font-family: sans-serif;
	background-color: white;
}

p{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

a{
	text-decoration: none;
	color: gray;
}

h1{
	font-family: georgia, serif;
	border-bottom: 1px solid #b01c2e;
	margin-left: 10px;
	margin-right: 10px;

}

h2{
	font-family: georgia, serif;
	font-size: 18px;
	border-bottom: 1px solid #b01c2e;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h3{
	font-family: georgia, serif;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px

}

img{
	border: none;
}

.content{
	position: relative;
	text-align: left;
	width: 800px;
	left: 20px;
	margin-left: 0px;
}

.page{
	text-align: center;
	background-color: white;
	width: 840px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	top: 20px;
	background: url(border_sides.jpg) 0 0 repeat-y;

}

p.caption{
	text-align: center;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: bold;
}

.l{
	width: 20px;
	height:100%;
	position: absolute;
	margin-left: -420px;
	top: 40px;
	left: 50%;
	background: url(border_left.png) 0 0 repeat-y;
}

.r{
	width: 20px;
	height:100%;
	position: absolute;
	margin-left: 400px;
	top: 40px;
	left: 50%;
	background: url(border_right.png) 0 0 repeat-y;
}

#logo{
	position: absolute;
	top: 20px;
	right: 30px;
}

/*-------------------HOME PAGE--------------*/
#home_page{
	text-align: center;
	background-color: white;
	width: 1000px;
	height: 600px;
	position: relative;
	margin-left: auto;
	margin-right:auto;
	top: 0px;
	background: url(border_sides.jpg) 0 0 repeat-y;

}

#content{
	position: absolute;
	top: 180px;
	left: 10px;
	width: 780px;
	height: 320px;
}

#title{
	position: absolute;
	font-family: georgia, serif;
	font-size: 70px;
	width: 840px;
	height: 160px;
	top: 20px;
	left: 0px;
}

#homepage_logo{
	height: 200px;
	width: 840px;
	position: absolute;
	top: 220px;
	left: 0px;
}

#est{
	font-size: 20px;
	position: absolute;
	top: 180px;
	left: 0px;
	width: 840px;
	height: 20px;
}


/*------------------------BORDER----------------------------*/

#t{
	width: 800px;
	height:20px;
	position: absolute;
	margin-left: -400px;
	top: 0px;
	left: 50%;
	background: url(border_top.png) 0 0 repeat-x;
}


#b{
	width: 800px;
	height:20px;
	position: absolute;
	bottom: 0px;
	left: 20px;
	background: url(border_bottom.png) 0 0 repeat-x;
}

#l{
	width: 20px;
	height:600px;
	position: absolute;
	margin-left: -420px;
	top: 40px;
	left: 50%;
	background: url(border_left.png) 0 0 repeat-y;
}

#r{
	width: 20px;
	height:600px;
	position: absolute;
	margin-left: 400px;
	top: 40px;
	left: 50%;
	background: url(border_right.png) 0 0 repeat-y;
}


#tr{
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: 400px;
	top: 0px;
	left: 50%;
	background: url(corner_tr.png) 0 0 no-repeat;
}
#tl{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(corner_tl.png) 0 0 no-repeat;
}
#br{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(corner_br.png) 0 0 no-repeat;
}
#bl{
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(corner_bl.png) 0 0 no-repeat;
}

/*-----------------------END OF BORDER-------------------------------*/

/*-------------------END OF HOME PAGE--------------*/

/* dock - top */
.dock {
	position: relative; 
	height: 60px;
	margin-top:-20px;
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 10px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px georgia, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 20px;
	position: absolute;
	left: -10px;
}
.dock-container2 {
	position: absolute;
	height: 0px;
	bottom: 0px;
	padding-left: -20px;
}
a.dock-item2 {
	display: block; 
	font: bold 14px georgia, Helvetica, sans-serif;
	width: 80px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 10px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/*----------------TABLE RULES------------------------------*/

table {
    margin: 10px auto 0px auto;
    padding-bottom: 40px;
    width: 760px;
}

th, td, caption {
    margin: 0;
    padding: 2px 4px;
}

th {
    background-color: #069;
    color: #fff;
    text-align: left;
}

td {
    border: 1px solid #ccc;
}

/*----------------------END OF TABLE RULES-----------------*/