@charset "UTF-8";

#header {
    	background-image: url("image/header4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height:150px;
   	width:920px;
   	color:#050505;
   	text-align: center;
   	padding:3px;
}

body {
	background-image: url("image/bg4.png");
	background-repeat: no-repeat;
	background-size:cover;
	color: #050505;
	font: 100% "Batang", Palatino, serif;
}

h1,
h2 {
	color: navy;
	font: 1.375em "Cooper Black", Arial, sans-serif;
	/* letter-spacing: .4em; 
	text-align: left;*/
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 1.15em;
	font-variant: small-caps;
}

p {
	font-color: #050505;
	font-size: .875em;
	line-height: 1.6;
	text-align: justify;
	/*text-indent: 1.5em;*/
}

em {
	font-weight: bold;
}

/* Links */
a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

a1:link {
	color: #050505;
	font-weight: bold;
	text-decoration: none;
}

a1:visited {
	color: #050505;
	text-decoration: none;
}

a1:hover {
	color: #050505;
	font-weight: bold;
	text-decoration: underline;
}


/* #container  */
body {
	width: 920px;
	margin: 0 auto;
}

/* Table of Contents navigation */
#toc {
	background: #989ca5;
}

#toc a {
	font-size: .875em;
}

#toc {
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 5px;
}

#toc li {
	float: left;
	margin-right: 4em;
}

/* Article */
article, aside {
	float: left;
}

article {
	width: 680px;
}

article p img {
	float: left;
	margin-right: 10px;

}

article p + .projecddddt {
	margin-top: 30px;
}

/* Sidebar */
aside {
	background: #01939c;
	margin-left: 20px;
	margin-top: 20px;
	padding: 10px;
	width: 200px;
}


aside h1 {
	font-size: .95em;
	padding-top: 8px;
	text-transform: none;
}

aside ul {
	margin-left: 0;
	padding-left: 20px;
}

aside p,
aside li {
	font-size: .8em;
	font-color: #050505;
}

aside cite {
	font-style: normal;
}



/* Footer */
#footer {
    background-color:#01939c;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;	 	 
}


footer p {
	font-size: 1em;
	margin: 0;
}