* {
    margin: 0 auto;
    padding: auto;
}

html {
    background-color: white;
}



a:link {
    text-decoration: underline;
	
	}
a:visited {
    text-decoration: none;
	color: red;
}
a:hover {
    text-decoration: none;
	color: red;
}
a:active {
    text-decoration: none;
	color: red;
}


body {
    width: 800px;
    margin: auto;
    border-left: 1px solid #F5F4F7;
    border-right: 1px solid #F5F4F7;
    min-height: 1209px;
	font: 100% Helvetica, Arial, Calibri, Tahoma, sans-serif;
	color: #615D6B;
}

#header {
    min-height: 600px;
    background-color: white;
}

#header h1 {
	font-size: 22px;
    padding: 10px;
    margin: 20px;
    letter-spacing: 1px;
    color: #615D6B;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid red;
    
}

#header h2  {
    padding-left: 30px;
    padding-top: 20px;
	letter-spacing: 6px;
    color: #349EEE;
    line-height: 20px;
}

#content {
    padding: 0 10px 0 10px;
}

#content .article {
    padding: 10px 10px;
    border-bottom: 1px solid #9B96AC;
    display: inline-block;
}

#content .article .article-content {
    float: right;
    width: 750px;
}

#content .article .article-content p {
    padding: 10px 15px 10px 15px;
}


#content .article .article-content a {
    color: #615D6B;
}

#content .article .article-content a:hover {
    font-style: italic;
	color: #9F9BBC;
}

#content .article .article-content h1 {
    font-size: 26px;
	color: #8E2924; 
	margin: 15px;
}

#content .article .article-content h2 {
    font-size: 20px;
	color: #615D6B;
	margin: 15px;
}

#content .article .article-content h3  {
    font-size: 18px;
	color: #615D6B;
	font-weight: bold;
	margin: 10px;
	float: right;
}

#content .article .article-content li  {
    list-style-type:square;
	line-height: 30px;
}

#content .article .image {
    float: left;
}
 
#content .article .image img {
    width: 160px;
    height: 160px;
	border: 1px dotted #9F9BBC;
	margin: 0px 20px 5px 20px;
	padding: 5px;
	background-color: #F5F4F7;
}



#footer {
    height: auto;
    background: white;
    clear: both;
}

#footer p {
    text-align: center;
    line-height: 30px;
	margin-bottom: 20px;
}

#footer a {
    color: black;
    font-style: italic
}

#footer a:hover {
    color: #9F9BBC;
}

#footer h2  {
	text-align: center;
    padding: 26px 0px 40px 0px;
	font-weight: bold;
	font-size: 30px;
    color: #615D6B;
    
}