@charset "utf-8";
/* CSS Document */

body {
	background-color:#CCCCCC;
	background-image: url(bg.png);
	background-repeat: repeat;
	font-family: Lucida Sans Unicode, tahoma;
	font-size: 12px;
	color: #777777;
	text-align:center;
}

.content-layout {
	margin:auto;
	width:640px;
	background-color:#e7e7e7;
	border:15px solid #d7d7d7;
	-moz-border-radius: 1.5%;
	text-align:justify;
}

.content-inside {
	padding:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #ffffff;
	line-height:20px;
}

.top-words {
	margin:auto;
	text-align:justify;
	width:670px;
	font-size:20pt;
	color:#f4f4f4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

.title {
	font-family:"Century Gothic", sans-serif;
	text-transform:uppercase;
	font-size:24px;
	text-align:right;
	border-left: 100px solid #cccccc;
	margin-bottom:15px;
}

.date {
	font-size:10px;
	font-family:"Century Gothic", sans-serif;
	line-height:10px;
}

a {
	color:#336699;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

b,strong {	
	color:#336699;
}

i,em {
	color:#999999;
}

blockquote {
	background-image:url(bg.png);
	padding:10px;
	border:1px solid #777777;
}