body {
	margin: 0px;
	width: 100%;
	text-align: left;
	color: #333;
	background: #fff;
	font: normal 14px Arial;
	position:relative;
}

p{
	margin:0px;
}

td{
	vertical-align: top;
}

div{
	position: relative;
	float:left;
}

/*-----------------Menu---------------*/
#menu {
	vertical-align: top;
	text-align:right;
	padding-left: 5px;
	padding-right:15px;
	border-right:1px;
	width: 19Opx;
	position:absolute;
	left:0px;
	margin-left:15px;
}

#menu a{ 
	font-weight: normal;
	color: #777;
	letter-spacing:2px;
	line-height:25px;
}

.topMenu{
	padding-bottom:10px;
	width:100%;
	text-align: center;
}

.topMenu a{
	font-size:15px;
	font-weight: normal;
	color: #777;
}

/* --------------------- Body ------------------*/

#bodyWrapper {
	text-align:left;
	border-right:1px;
	margin-left:215px;
	padding:10px;
	width:auto;
}

.infoContent {
	border: 1px solid #999;
	border-top: 0px;
	padding: 1px 5px 1px 5px;
	width: auto;
}

.infoBg {
	background: #ddd;
	border-bottom: 1px solid #999;
	padding: 1px 5px 1px 15px;
	width: auto;
	text-align:right;
}

.mainImage{
	border: 1px solid #999;
	text-align:center;
}

.contentWrapper{
	border: solid #999 1px;
	width:98%;
	background: url('image/content_bg.png') repeat-x left bottom;
	position: relative;
	float: left;
	padding:5px;
}

.divPadding{
	height:20px;
	width:100%;
	position: relative;
	float: left;
}

.footer{
	text-align: center;
	width:100%;
	position:relative;
	bottom:0px;
}

.smallBorder{
	border: 1px solid #999;
}

.regularImage{
	text-align:left;
	padding:10px;
}


.phdName{
	width: 200px;
	text-align: right;
	padding: 5px;
	background: #ddd;
	border-bottom: 1px solid #999;
}

.phdContent{
        border: 1px solid #999;
	border-top:0px;
	border-right:0px;
	padding:5px;
}

.phdTable{
	width: 100%;
	border-top: 1px solid #999;
}

/* ------------------- Regular Links ----------------*/
a {
	color: #8e1b34;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
	color: #555; 
}

#menu a:active, #menu a:hover, .topMenu a:hover, .topMenu a:active, a:active, a:hover{
	color: #aa0000;	
}

/*------------------- Headlines ----------------*/

h1 {
	width:98%;
	background: url('image/banner_red_bg.png') repeat-x  #A32139;
	position: relative;
	float: left;
	padding: 5px;
	padding-right: 7px;
	margin:0px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
}

h2{
	width:100%;
	background: url('image/banner_gray_bg.png') repeat-x #bfbfbf;
	text-align: center;
	border: 1px solid #999;
	font-size: 20px;
	width: auto;
	color: #555;
	padding:5px;
	margin:0px;
	font-weight:normal;
}

h3 {
	font-size: 17px;
	margin:0px;
}

/*------------------- Ruler & List----------------*/

hr {
	vertical-align: top;
	color: #000;
	width: 98%;
	size: 0px;
	border-top:1px;
}

li {
	padding-top: 10px;
}

ul.listNumber{
	list-style-type:decimal;
}

ul{
	margin: 0px;
	list-style-type:circle;
}

/* © Layout Created & Coded by Nhu Nguyen based on Alice-Grafixx.de CSS and DynamicDrive Code */
