html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0px;
	margin-bottom:15px;
}
li {
	margin-bottom:0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url('../image/body-bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #e94296;
	text-decoration: none;
	outline: none;

}
a:active {
  outline: none;
}
a:hover {
	text-decoration: underline;
	color:#da187a;
	outline: none;
}
a img {
	border: none;
}
p {
	font-size:12px;
}
h1 {
	font-size: 24px;
	text-transform:uppercase;
	border-bottom:1px solid #e94296;
	padding-bottom:7px;
	margin-bottom:8px;
}

h2 {
	font-size: 16px;
	color:#e94296;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:normal;
}

/* layout */
#container {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image:url('../image/container-bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	min-height:445px;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #999;
}
#column_left {
	display:none;
}
#column_right {
	display:none;
}
.list {
	margin-bottom: 10px;
	/*width: 100%;*/
	width: 943px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	display:none;
}
.pagination {
	display: inline-block;
	width: 100%;
}
#footer {
	width: 100%;
	clear: both;
	padding-top:15px;
}
#header h6 {
	text-transform:uppercase;
	font-size:15px;}

#header a, #header a:visited {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration:none;
	color:#e94296;
	border-bottom:1px solid #e94296;
	padding-bottom:2px;
}
.linkfont{text-transform:uppercase;}

.fadeMe{ cursor: pointer;}

#content{position:relative;}
.addthis{position:absolute; top:0px; right:0px;}