@charset "utf-8";
/* CSS Document */

/* BASIC TAGS ---------------------------------------------------------------------------------- */

* {
	margin:0;
	padding: 0;
}

body {
	background: url('../img/background.jpg');
	background-repeat: repeat-x;

}

h1 {
	font-size: 18px;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 14px;
	font-weight:bold;
}

h4 {
	font-size: 12px;
	font-weight:bold;
}

h5 {
	font-size: 11px;
	font-weight:bold;
}

h6 {
	font-size: 10px;
	font-weight:bold;
}

img {

}

#root {
	width: 100%;
	height: 100%;
	Text-align:none;
	margin:0 auto;

}

#logo {
	margin:0 auto;
	padding-bottom:50px;
	width:400px;
	height:60px;
}

#menu {
	/*width: 980px;*/
	width: 100%;
	
	height: 31px;
	background: url('../img/menu.png');
	background-repeat: repeat-x;
	margin-bottom: 1px;
	text-align: center;
	
}

#menu a {
	color: white;
	font: 1.0em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

#menu a:hover {
	color: red;
	font: 1.0em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: blod;
	text-decoration: none;

}

#menu p {
	
}

#menu img {
	border: 0px;
}


#art {
	width: 60%;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

#adsense {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	text-align: center;

}

#adsense p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#title {
	font: 1.1em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.75em;
	color: #FFAB00;

}

#title a {
	font: 1.1em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.75em;
	color: #FFAB00;
	text-decoration: none;
	font-weight: bold;
}

#title a:hover {
	font: 1.1em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.75em;
	color: #FFAB00;
	text-decoration: none;
	font-weight: bold;
}

#introduction {
	font: 0.9em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	line-height:1.75em;

}

#content {
	font: 0.9em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-align:justify;
	line-height:1.75em;
}

#tags {
	line-height:1.75em;
	text-align: center;
	background-color: gray;
	border-top:1px solid #eee;
}

#data {
	font: 0.7em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: red;
}

.data {
	font: 0.7em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: red;
}

p {
	margin: 10px;
}

#art_all {
	width: 100%;
	text-align: left;

}

#art_all a {
	color: brown;
	font: 1.0em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}

#art_all a:hover {
	color: red;
	font: 1.0em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-weight: blod;
	
}

#art_all p {
	margin: 10px;
}



#footer {
	border-top:1px solid #eee;
	background-color: #3e3e3e;
	text-align:center;
	padding-top:19px;
	padding-bottom:19px;
	font-size:11px;
	color:#7e7e7e;
	
}
#footer a{
	color:#fff;font-size:12px;padding:0 3px;
}
#footer div{margin-top:10px;}


