@charset "utf-8";
/* CSS Document */

h1{
	font-size:11px;
	font-weight:normal;
	margin:0px;
}

h2{
	margin:0px;
}

h3{
	font-size:18px;
	margin:0 0 5px;
	color:#993365;
}

h4{
	font-size:0px;
	margin:0px;
}

body{
	background-image:url(../images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	font-size:12px;
}

.bgRepeat{
	background-repeat:repeat-x;
}

img{
    border:none !important;
}

.form{
	margin:0px;
}

/* font */

.black{
	color:#000;
}

.purpleBold{
	color:#993366;
	font-weight:bold;
}

.rankDetails{
	color:#000;
	font-size:12px;
}

.links a{
	color:#999;
}

.brown{
	color:#996600;
}

.brown a{
	color:#996600;
}

.red{
	color:#FF0000;
}

.bold{
	font-weight:bold;
}

.review-form textarea{
	height:100px;
}

#main ul{
	font-size:15px;
}