@charset "UTF-8";

#header {
    	background-image: url("image/header4.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height:150px;
    	width:920px;
   	color:white;
   	text-align: center;
   	padding:5px;
}

body {
	background-image: url("image/bg4.png");
	background-repeat: no repeat;
	background-size:cover;
	color: #111211;
	font: 100% "Batang", Palatino, serif;
}

h1,
h2 {
	color: navy;
	font: 1.375em "Cooper Black", Arial, sans-serif;
	/* letter-spacing: .4em; 
	text-align: center;*/
}

h1 {
	text-transform: uppercase;
}

h2 {
	font-size: 1.15em;
	font-variant: small-caps;
}

p {
	font-size: .875em;
	line-height: 1.6;
	text-align: justify;
	/*text-indent: 1.5em;*/
}

em {
	font-weight: bold;
}

/* Links */
a: link, a:visited {
	display: block;
	width: 810px;
	font-weight: bold;
	color: #eeeeee;
	background-color: #01939c;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

a: hover , a:active {
	background-color: #7A991A;
}

/* #container  */
body {
	width: 920px;
	margin: 0 auto;
}

/* Table of Contents navigation */
#toc {
	background: #989ca5;
}

#toc a {
	font-size: .875em;
}

#toc {
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}

#toc li {
	float: left;
	margin-right: 4em;
}

/* Article */
article, aside {
	float: left;
}

article {
	width: 800px;
}

article p img {
	float: left;
	margin-right: 10px;
}

article p + .projecddddt {
	margin-top: 30px;
}

/* Sidebar */
aside {
	background: #01939c;
	margin-left: 20px;
	margin-top: 72px;
	padding: 0 15px;
	width: 0px;
}

aside h1 {
	font-size: .95em;
	padding-top: 8px;
	text-transform: none;
}

aside ul {
	margin-left: 0;
	padding-left: 20px;
}

aside ul1 {
	list-style-image: url('image/icon4.png');
	margin-left: 0;
	padding-left: 20px;
}

aside ul2 {
	list-style-image: url('image/icon4.png');
	margin-left: 0;
	padding-left: 20px;
}

aside p,
aside li {
	font-size: .8em;
	font-color: #fdfeff;
}

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;
}