html,body 
    {
  font-family: 'Raleway', sans-serif;
  padding: 1em 2em;
  font-size: 18px;
  background: #222;
  color: #aaa
    }

body
	{
	background-image:url(../images/background/sand.jpg);
	margin-top:			0px;
	margin-left:		0px;
	text-align:			center;
	}

img
	{
	border:				0px;
	}

.container
	{
	text-align:			left;
	margin:				auto;
	height:				auto;
	width:				800px;
	}

.container2
	{
	position:			absolute;
	top:				125px;
	left:				0px;
	text-align:			left;
	margin:				auto;
	height:				auto;
	width:				750px;
	}
	
.banner
	{
	position:			absolute;
	top:				25px;
	left:				25px;
	}
	
.frame
	{
	position:			relative;
	top: 				0px;
	left: 				0px;
	}

.bran
	{
	font-family:		arial, sans-serif;
	font-weight:		700;
	color:				black;
	font-size:			12px;
	}

.nav a:link, a:visited
	{
	font-family:		arial, sans-serif;
	font-weight:		700;
	color:				black;
	text-decoration:	none;
	}
	
.nav a:hover
	{
	font-family:		arial, sans-serif;
	font-weight:		700;
	color:				#e31a1a;
	text-decoration:	none;
	}
	
.pic
	{
	text-align:			center;
	}
	
.title
	{
	text-align:			center;
	font-weight:		900;
	font-size:			26px;
	font-family:		arial;
	color:				#e31a1a;
	}
	
.attention
    {
    color:  red;
    font-weight:  900;
    font-size:  20px;
    }


    