/* CSS Document */
/* navigation bar - start */
.container {
	
		width: 500px;
		margin-left: auto;
		margin-right: auto;
        padding: 15px;
        /*margin: -50px 0 20px 33%;*/
        /*border: 1px solid #ccc;*/
        /*background: #fff;*/
}

#navCircle {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navCircle li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navCircle a:link, #navCircle a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navCircle a:link.active, #navCircle a:visited.active, #navCircle a:hover {
        padding-bottom: 6px;
        color: #DDD;
        /*background: url(circle.gif) no-repeat bottom center;*/
}
/* navigation bar - end */
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #eeeeee;
	background-image: url(../imgs/Texture0101_var2.jpg);
	background-repeat: repeat;
}

h4 {
        font-size: 100%;
        color: #999;
        
}

.title {
	color:#999;
	/*text-align:right;*/
	font-size:xx-large;
	/*font-style:oblique;*/
	width:300px;
	/*float:left;*/
	margin: 2% 0 20px 50px;
	font-family: "Times New Roman", Times, serif;
	/*vertical-align:text-top;
	border-right-width:50px;*/
	
}
.center {

}
	a:link {
	color: #FFF;
	text-decoration: underline;
}
	a:visited {
	color: #CCC;
	text-decoration: underline;
}
	a:hover {
	color: #999;
	text-decoration: underline;
	text-align: left;
}
