body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
	color: black;
	text-align: center;
    background: url("../images/common/page_background.jpg");
}
a {
    outline: none;
}
a img {
    border: none;
}
a:hover {
	text-decoration: none;
}
.prop {
   height:360px;
   float:right;
   width:1px;
}
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}
#wrapper {
	text-align: left;
	margin: 20px auto 0 auto;
	border: 2px solid black;
    width: 980px;
    min-height: 600px;
	background: url("../images/common/background.jpg") repeat-y;
	position: relative;
}
#header {
    margin-left: 176px;
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    font-weight: bold;
}
#logo {
    padding-top: 15px;
    /*font-size: 2em; */  
}
h1 {
    font-family: Times New Roman, Times, Serif;
    font-size: 2em;
    font-style: italic;
    text-align: left;
    margin: 0;
}
#twitter {
    float: right;
    width: 130px;
    font-size: .9em;
}
#twitter p {
    margin: 46px 0 8px 0;
}
#facebook {
    float: right;
    width: 113px;
    font-size: .9em;
}
#facebook p {
    margin: 46px 0 3px 0;
}
.copyright {
    font-size: .7em;
}
#contents {
    margin-left: 176px;
    width: 787px;
}
#page-contents {
    width: 746px;
    margin: 5px auto 0 auto;
    min-height: 405px;
    text-align: left;
}
#top {
    width: 787px;
    height: 15px;
}
.white-box {
    background: url("../images/index/white_box.jpg") repeat-y;
    /*min-height: 390px;*/
    text-align: center; 
    padding-bottom: 5px; 
}
#footer {
	margin: 10px auto 30px auto;
	width: 980px;
	text-align: left;
	font-size: .8em;
	color: gray;
}
#footer a {
	color: gray;
}

h2 {
    font-family: Times New Roman, Times, Serif;
    font-size: 2em;
    font-style: italic;
    text-align: left;
    margin: 5px 0;
}
h3 {
   font-family: Times New Roman, Times, Serif;
    font-size: 1.3em;
    font-style: italic;
    text-align: center;
    margin: 5px 0; 
}
.visavant {
    font-family: Times New Roman, Times, Serif;
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}
hr {
	color: black;
	background-color: black;
	border: 0;
	height: 1px;
}