body {
	color: #8d166a;
	font-size: 11px;
	text-align: justify;
	text-transform: none;
	font-family: Tahoma;
	background: url(layout/back.jpg);
	background-attachment:fixed;
	}

.title {
	display: block;
	color: #ffffff;
	font-size: 80px;
	text-align: center;
	font-family: Garamond;
	}

#container {
	margin:0 auto;
	width:955px;
	background: url(layout/back.jpg);
	}

header {
	margin:0 auto;
	padding: 0px;
	width: 100%;
	height:100px;
	margin:0 auto;
	background: #c0c0c0;
	}
	
nav {
	margin:0 auto;
	width: 100%;
	background: #c0c0c0;
	}
	
.button
	{ 
	background:#c0c0c0;
	color:#555;
	font-weight:bold;
	font-size:13px;
	padding:5px 7px;
	border:none;
	margin:10px;
	cursor:pointer; 
	-webkit-transition:-webkit-transform 1s,opacity 1s,background 1s,width 1s,height 1s,font-size 1s;
	-o-transition-property:width,height,-o-transform,background,font-size,opacity,color;
	-o-transition-duration:1s,1s,1s,1s,1s,1s,1s;
	-moz-transition-property:width, height, -moz-transform, background, font-size, opacity, color;
	-moz-transition-duration:1s,1s,1s,1s,1s,1s,1s;
	transition-property:width,height,transform,background,font-size,opacity;
	transition-duration:1s,1s,1s,1s,1s,1s;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0 0 0px rgba(0,0,0,0.5);
	text-shadow:0 0 5px rgba(255,255,255,0.5);
	display:inline-block;   /* It is important for the button to rotate*/
	}

.button:hover
	{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg); 
	background:#F2F2F2;
	font-size:16px;
	color:#8d166a;
	}
	
#box {
	margin:0 auto;
	width: 960px;
	paddig: 0px;
	height: 200px;
	}
	
aside {
	float:left;
	paddig: 0px;
	margin: 2px;
	width: 232px;;
	height: 200px;
	opacity: 0.8;
	background: #c0c0c0;
	filter: alpha(opacity=80); 
	border: 2px solid #c0c0c0;
	}
	
aside.nav {
	float:left;
	paddig: 0px;
	margin: 2px;
	width: 232px;
	height: auto;
	text-align: left;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	background: #ffffff;
	border: 2px solid #ffffff;
	}

section {
	float:left;
	width:700px;
	}

footer {
	padding: 5px;
	clear:left;
	height:200px;
	opacity: 0.8;
	background: #c0c0c0;
	filter: alpha(opacity=8)0;
	}

i {
	color: #c52a97;
	font-family: Tahoma; 
	}
	
b {
	color: #5f6061;
	font-family: Tahoma;
	text-transform: uppercase; 
	}
	
	
s {
	color: #F00;
	background: none;
	border-bottom: 1px solid #c0c0c0;
	}

.tag1 {
	color: #c52a97;
	background: none;
	font-size: 10px;
	}
	
.tag2 {
	color: #8d166a;
	background: none;
	font-size: 15px;
	}
	
.tag3 {
	color: #5f6061;
	background: none;
	font-size: 20px;
	}

input, textarea, option, select {
	margin: 2px;
	color: #c52a97;
	font-size: 11px; 
	font-family: Tahoma; 
	background: #e4f1ee;
	border: 1px solid #295b54;
	}

table, td {
	font-size: 9px;
	background: none}
	
	
/*---------------HEADERS--------------- */

h1 {
	width: 100%;
	color: #5f6061;
	display: block;
	font-size: 30px;;
	text-align: center;
	letter-spacing: 3px;
	font-family: Tahoma;
	text-transform:uppercase;
	border-bottom: 3px double #8d166a;
	}

h2 { 
	width: 100%;
	color: #c52a97;
	display: block;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	text-transform: none;
	font-family: Georgia;
	text-transform:uppercase;
	border-bottom: 3px double #8d166a;
	}
	
/*----- LINKAGE -----*/

a:link, a:visited {
	color: #295b54;
	background: none;
	cursor: crosshair; 
	border-bottom: none;
	}

a:hover {
	color: #c52a97;
	background: none;
	cursor: crosshair; 
	border-bottom: 0px dotted #c0c0c0; 
	}
	
.network {
	padding: 8px;
	color: #c52a97;
	font-size: 14px;
	text-align: center;
	background: #c0c0c0;
	font-family: Tahoma;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	}
	
a.network:hover {
	padding: 8px;
	color: #c0c0c0;
	font-size: 14px;
	text-align: center;
	background: #c52a97;
	font-family: Tahoma;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	}
	
	
	
/*----- CUTENEWS -----*/

header.cn {
	padding: 0px;
	width: 100%;
	height:100px;
	margin:0 auto;
	background: #c0c0c0;
	}
	
article {
	margin: 7px;
	width: 690px;
	padding: 5px;
	color: #696969;
	font-size: 13px; 
	text-align: left;  
	font-family: Tahoma; 
	opacity: 0.8;
	background: #ffffff;
	filter: alpha(opacity=80); 
	border: 3px double #c0c0c0;
	}
	
blockquote {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px; 
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity=80); 
	border: 3px double #c0c0c0;
	}	
	
.icon {
	padding: 10px;
	color: #8d166a;
	text-align: left;  
	margin: 10px;
	background: #ced8dd;
	border: 2px solid #8d166a;
	}

h3 { 
	height: 22px;
	width: 100%;
	color: #295b54;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-family: Georgia;
	text-transform:uppercase;
	}

.newsline { 
	width: 100%;
	color: #295b54;
	display: block;
	font-size: 10px;
	text-align: center;
	font-weight: bold italic;
	font-family: Georgia;
	text-transform:uppercase;
	border-bottom: 2px solid #8d166a;
	}

.newsheadhl { 
	width: 100%;
	color: #295b54;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	font-family: Georgia;
	text-transform:uppercase;
	border-bottom: 2px solid #8d166a;
	}

.newslinehl { 
	color: #295b54;
	display: block;
	text-align: left;
	font-size: 10px;
	font-weight: bold italic;
	font-family: Georgia;
	text-transform:uppercase;
	border-bottom: none;
	}
