body {
	font-family: Century Gothic, sans-serif;
	margin:0px;
	background:black;
	}

#header1 {
	background:white;
	width:100%;
	height:80px;
	color: #333333;
	}

#header1 img { margin:2px 0px 5px 7px; }


#footer {
	padding:1em 0 1em 0;
	text-align:center;
	background:#444;
	width:100%;
	min-height:100px;
	color: white;
	}

#footer a { color: white; }

.smallcaps { font-size:50px; }

#links {
	background:#cf4917;
	border-top:10px solid #1c1b17;
	width:100%;
	white-space:nowrap;
	}

#links a {
	display:block;
	float:left;
	margin:0px;
	padding:10px 10px 10px 10px;
	color:white;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	}

#links a:hover { background:#000; }
#links a:active { background:#1c1b17; }
.current { background:#1c1b17; }

#main {
	width:100%;
	background:#fff;
	}

.content {
	padding-top:10px;
	background:white;
	width:75%;
	min-height:500px;
	margin:auto;
	}

p {	line-height:2; }

.imgL {
		float:left;
		margin-right:2em;
	}

h1 {
	text-align:center;
	color:#333333;
	font-size:1.5em;
	font-weight:normal;
	margin:none;
	padding:none;
	}

.boxRow1 {
	margin:auto;
	display:table;
	width:75%;
	table-layout:fixed;
	border-spacing:20px;
	}

.box1 {
	background:#444444;
	display:table-cell;
	width:33%;
	border-radius:20px;
	}

.box1 p {
	margin:20px;
	text-align:justify;
	line-height:1.5em;
	font-weight:bold;
	color:#ddd;	
	}

.box1 h2 {
	text-align:center;
	font-weight:normal;
	font-size:1.5em;
	letter-spacing:.25em;
	color:#FFE16C;
	background:#333333;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	margin:0px;
	padding:10px;
	}

h3 { text-decoration: underline; }


.login table { margin:auto; }
.login table td { padding:.5em; }
         
.docRow {
        display:table;
        width:100%;
        table-layout:fixed;
        border-spacing:5px;
        }

.docCell {
	padding-left:1em;
        display:table-cell;
        }

.docCell li { margin-bottom:.5em; }	
.docCell li a { color:#444444; }
.docCell li a:hover { text-decoration:none; }

.structBox {
	text-align:center;
	background:#dddddd;
	border-radius:20px;
	padding:1em;
	margin:1em;
}




.portfolio { 
	width: 100%;
	margin-bottom: 5px;
	}

.portfolio img{ 
	float:left;
	width:350px;
	border-radius:10px;
	margin:0px 20px 10px 0px;
	}
		
.ph2 {
	padding:5px;
	text-align:center;
	border-radius:10px;
	color:white;
	background-color:#555555;
	}

.pheader {
	font-size:24px;
	font-weight:bold;
	color:#111111;
	background-color:#f7f7f7;
	}

.pheader2 { 
	font-weight:bold;
	color:#888888;
	background-color:#f7f7f7;
	}
	
.portfolio ul {
	margin-left:none;
	list-style-position: inside;
    list-style-type: square;
	}
	
.portfolio li {	
	color:#666666;
	font-size:16px;
	}
	
