/* =html */
html {
	color : #333;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0;
	padding: 0;
	background-color: #000;
}
h1, h2, h3 , h4{
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* =hx */
h1 {
	font-size: 13pt;
	text-align: center;
	padding-top: 15px;
	margin-top: 5px;
}


h2 {
	font-size: 13pt;
	margin-top: 15px;
}
h3 {
	font-size: 12pt;
	margin-bottom: 10px;
	padding-top: 10px;
}
h4 {
	font-size : 11pt;
	text-align: center;
}
h5 {
	font-weight: bold;
	margin-left: 20px;
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
}



div#container {
	width: 1024px;
	background-image: url(../images/visual-world-bg.jpg);
	text-align: left;
	position: relative;
	margin: auto;
}

div#header {
	background-image: url(../images/visual-world-header.jpg);
	height: 120px;
	width: 100%;
	background-repeat: no-repeat;
}
div#navigation {
	width: 100%;
	height: 0px;
}
div#addthis {
	float: left;
	position: relative;
	height: 20px;
	width: 100px;
	top: 100px;
	left: 20px;
}


div#top {
	height: 56px;
	width: 100%;
	
}

div#content {
	float: left;
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
}

#toppanel {
	width: 100%;
	height: 390px;
}

#topleftpanel {
	float: left;
	width: 332px;
	height: 395px;
	position: relative;
	margin-right: 0px;
	margin-left: 7px;
}

#topleftmiddle {
	width: 330px;
	position: relative;
	background-image: url(../images/panelbg.gif);
	height: 283px;
}

#toprightpanel {
	height: 380px;
	width: 680px;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
}

#rightpanel {
	float: right;
	height: 380px;
	width: 150px;
	position: relative;
	margin-right: 0px;
	margin-left: 4px;
	padding-left: 5px;
	padding-right: 0px;
}

#leftpanel {
	float: left;
	width: 332px;
	position: relative;
	margin-right: 0px;
	margin-left: 7px;
}

#leftpaneltop {
	position: relative;
	height: 60px;
	width: 330px;
	background-image: url(../images/paneltop.gif);
}

#panelmiddle {
	width: 330px;
	position: relative;
	background-image: url(../images/panelbg.gif);
	height: 1810px;
}
#leftpanelbottom {
	position: relative;
	height: 52px;
	width: 330px;
	background-image: url(../images/panelbottom.gif);
}
#pagecolumn {
	float: left;
	width: 332px;
	position: relative;
	margin-right: 0px;
	margin-left: 7px;
}

#pagecolumntop {
	position: relative;
	height: 60px;
	width: 330px;
	background-image: url(../images/paneltop.gif);
}
#pagecolumnbottom {
	position: relative;
	height: 52px;
	width: 330px;
	background-image: url(../images/panelbottom.gif);
}

div#footer {
	width: 100%;
	font-size: 90%;
	text-align: center;
	background-image: url(../images/visual-world-footer.jpg);
	height: 85px;
}

p {
	padding: 0px;
	font-size: 11px;
	line-height: normal;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
}

#breadcrumb a {
	color: #000;
}

#breadcrumb {
	top: 90px;
	position: relative;
	left: 10px;
	color: #FFF;
	line-height: normal;
	width: 500px;
}
ol ,ul{
	font-size: 11px;
	margin-right: 10px;
}

.addthis_button {
	position: absolute;
	left: 20px;
	
}

#navigationbuttons {
	position: absolute;
	left: 601px;
	top: 84px;
	width: 295px;

}
.error {
	color: #F00;
}
.center {
	text-align: center;
}

