* { margin: 0; padding: 0; }
:focus { outline: none; }
img { border-width: 0; }
hr { background: #b6b6b6; height: 1px; border: none; }
a { color: #a1c22d; text-decoration: underline; }
p { margin: 5px 0; }
ul { margin: 5px 0; padding-left: 20px; }
ul li { margin: 5px 0; }
table { margin: auto; padding: 0; }
td, th { font-size: 13px; font-family: "Arial", "Tahoma", "Verdana", "Helvetica", sans-serif; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.star { color: red; }
.hidden { display: none; }
.clear { clear: both; }
.red { color: #c2423d; }
.green { color: #a1c22d; }

.w200 { width: 200px; }
.w150 { width: 150px; }
.w100 { width: 100px; }
.w70 { width: 70px; }
.w30 { width: 30px; }

.alert {
	width: 100%;
   height: 30px;
   line-height: 30px;
   margin: 0 auto;
   background: url('../img/alertBg.png') repeat-x;
	color: #c2423d;
	text-align: center;
	position: absolute;
	top: 0;
	overflow: hidden;
   z-index: 100;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url('../img/bg.png') no-repeat top center;
	font-family: "Tahoma", "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 11px;
	color: #797979;
}

#container {
	width: 970px;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	text-align: left;
}

#base {
   width: 970px;
   height: 740px;
   position: relative;
   float: left;
}

#base #menuLeft {
   width: 320px;
   height: auto;
   position: relative;
   top: 450px;
   left: 25px;
   float: left;
}

#base #menuLeft a {
   margin: 3px 0;
   display: block;
}

#base #content {
   width: 500px;
   min-height: 350px;
   padding: 20px;
   background: url('../img/bgContent.png');
   -moz-border-radius: 5px;
   overflow: hidden;
   color: #333;
   position: absolute;
   top: 300px;
   left: 400px;
   display: block;
}

#footer {
   width: 970px;
   height: 50px;
   line-height: 50px;
   margin-bottom: 20px;
   background: #f3f3f3;
   -moz-border-radius: 5px;
   text-align: center;
   float: left;
}

#pageTitle {
   margin-bottom: 10px;
}

#pageTitle h1 {
   font-size: 15px;
}

#pageContent {
   text-align: justify;
}

.tags {
   width: 500px;
   position: absolute;
   bottom: 15px;
   display: block;
   text-align: center;
}

.tags a {
   margin: 0 10px;
}
