/*HTML Styles*/

body {
     margin: 0em;
     padding: 0em;
     background-color: #c4c1b2;
     background-image: url(../images/backgrounds/sand.jpg);
     background-repeat: repeat;
     font-family: Verdana, Helvetica, Arial, sans-serif;
     font-size: .7em;
     line-height: 1.82em;
     color: #333333;
     text-align: center; 
}

p, h1, h2, h3, h4, h5, h6 {
     margin-top: 0px; 
}

h1 {
     font-size: 1.25em;
     margin-bottom: 1em;
     font-weight: bold;
     color: #000000; 
}

h2 {
     font-size: 1.15em;
     margin-bottom: .75em;
     color: #000000; 
}

h3, h4, h5, h6 {
     font-size: 1.1em;
     margin-bottom: .5em; 
}

/*Form Styles*/

form {
     margin: 0em;
     padding: 0em; 
}


/*Table Styles*/

.table-default {
     border-collapse: collapse;
     border: 1px #cccccc solid; 
}

.table-default-heading {
     font-weight: bold;
     padding: 4px;
     border: 1px #cccccc solid;
     background-color: #eeeeee; 
}

.table-default-cell {
     padding: 4px;
     border: 1px #cccccc solid; 
}

/*Link Styles*/

a:link {
     color: #333333; 
}

a:visited {
     color: #000000; 
}

a:hover {
     color: #b20000; 
}

a:active {
     color: #b20000; 
}

/*Layout Styles*/

#container {
     width: 811px;
     margin-left: auto;
     margin-right: auto;
     text-align: left; 
}

#edge {
     background-image: url(../images/backgrounds/page-edges.gif);
     background-repeat: repeat-y;
     background-position: top center;
     background-color: #ffffff;
     padding-top: 17px;
     padding-left: 4px;
     padding-right: 7px; 
}

#page-nav {
     border-bottom: 5px #cdd7df solid; 
}

#page-body {
	background-image: url(../images/backgrounds/body-bott.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #ffffff;
	margin-top: 2px;
	padding-top: 27px;
	padding-bottom: 90px;
	padding-left: 42px;
	padding-right: 52px;
	min-height: 25em;
}

#page-detail-photo {
     float: left;
     width: 271px;
     margin-top: -12px; 
}

#page-detail-intro {
     margin-left: 313px; 
}

#page-detail-main {
     margin-left: 7px; 
}

#edge-footer {
     background-image: url(../images/backgrounds/page-bott.jpg);
     background-repeat: no-repeat;
     background-position: bottom center; 
}

/*Class Styles*/

.column1 {
     float: left;
     width: 25%;
     margin-left: 13px;
     font-size: .9em;
}

.column2 {
     float: left;
     width: 25%;
     margin-left: 40px;
     font-size: .9em;
}

.column3 {
     float: left;
     width: 25%;
     margin-left: 40px;
     font-size: .9em;
}

.line {
     border-top: 1px #ebebeb solid; 
}

.line {
     border-top: 1px #ebebeb solid; 
	 margin-bottom: 0px;
}

.clear {
     clear: both; 
}
