/* CSS Document */

body
	{
		margin: 0px;
		padding: 0px;
	}


.top_rep
	{
		background: url(../images/vixen_top.gif);
		background-repeat: repeat-x;
	}
	
	
.top_rep2
	{
		background: url(../images/vixen_top2.gif);
		background-repeat: repeat-x;
	}
	
	
.middle_rep
	{
		background: url(../images/vixen_middle.gif);
		background-repeat: repeat;
	}
	
	
.middle_rep2
	{
		background: url(../images/vixen_middle2.gif);
		background-repeat: repeat;
	}
	
.lines
	{
		background-repeat: repeat;
	}

.bottom_rep
	{
		background: url(../images/vixen_bottom.gif);
		background-repeat: repeat-x;
	}
	
	
.bottom_rep2
	{
		background: url(../images/vixen_bottom2.gif);
		background-repeat: repeat-x;
	}
	
	
.footer_bg
	{
		background: url(../images/home_footer_bg.gif);
		background-repeat: repeat-x;
	}
	
	
.logo_margin
	{
		padding: 0px 0px 0px 0px;
	}
	
	
.yellow_color
	{
		background: #F0BE48;
	}
	
	
#lady_img
	{
		background: url(../images/vixen_lady.gif);
		background-repeat: no-repeat;
		height: 558px;
		width: 325px;
		position: absolute;
		margin: 0px 0px 0px 1px;
	}
	
	
#contentbg_margin
	{
		padding: 0px 5px 0px 0px;
	}
	
	
.contentbg_middle
	{
		background: url(../images/vixen_contents_middle.gif);
		background-repeat: repeat-y;
	}
	
	
.txt01
	{
		font-family: arial;
		font-size: 14px;
		font-weight: bold;
		color: #87022F;
		text-align: justify;
		margin: 10px 5px 10px 15px;
		padding: 10px;
	}
	
	
.txt02
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
	}
	
	
.bottom_img
	{
		background: url(../images/home_bottom_img.gif);
		background-repeat: no-repeat;
		height: 117px;
		width: 106px;
		padding: 0px 0px 50px 0px;

		
	}
	
	
.space
	{
		margin: 0px 0px 0px 10px;
	}
	
	
.space02
	{
		margin: 10px 0px 0px 260px;
	}
	
	
.nav:link, .nav:visited
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
.nav:hover
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	
.nav:active
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	
.qc
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
.qc_nav:link, .qc_nav:visited
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
	}
	
	
.qc_nav:hover
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
	
.qc_nav:active
	{
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
	}
	
#lines {
	background-repeat: no-repeat;
	height: 43px;
	width: 259px;
	position: absolute;
	margin: 0px 0px 0px 1px;
	visibility: visible;
}
#lines2 {
	background-repeat: no-repeat;
	height: 41px;
	width: 259px;
	position: absolute;
	margin: 0px 0px 0px 1px;
	visibility: visible;
}

