@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
}

html, body
{
	height: 100%;
	
}
body 
{
	margin:0;
	background-color:#7B401C;
}
#wrapper
{
	width:1024px;
	min-height:100%;
	margin:0 auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	
}
#header
{
	padding: 20px 30px 0px 30px;
}

#content
{
	padding: 0px 30px 0px 30px;
}

#rip
{
	width:753px;
	height:232px;
	background-image:url(../images/rip.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:relative;
	margin-left: 50px;
	text-align:left;
}

* html #wrapper
{
	height:100%;
}


.text
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
}

p
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
}

a img
{
	border: 0px;
}

a:link
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}
a:active
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}
a:visited
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
}


a.arrow:link
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#006f51;
	font-weight:bold;
	text-decoration:none;
}
a.arrow:active
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#006f51;
	font-weight:bold;		
	text-decoration:none;
}
a.arrow:visited
{
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#006f51;
	font-weight:bold;
	text-decoration:none;
}
a.arrow:hover
{
	background-image:url(../images/arrow_roll.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
