@charset "UTF-8";
/* CSS Document */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0px;
 top:0px;
 right:0px; 
 height: 100%;
 background: #CA4523;
}

/* links */

a:link
{
	text-decoration: none;
	color: white;
}

a:visited {
text-decoration: none;
color: inherit;
}

a:hover
{
	color: #FFD0CB;
	text-decoration: none;
}

a.button:link {
text-decoration:none;
}

/* structure */

#wrapper { 
 margin: 0 auto;
 width: 100%; 
 height: 100%;
 background: #CA4523;
}

#stripe
{
	color: #333;
	height: 5px;
	width: 100%;
	float: left;
	background-color: #AE3B1F;
}

#rightcolumn
{
	float: left;
	background: #CA4523;
	height: 220px;
	width: 53.5%;
	display: inline;
}


#leftcolumn { 
 background: #CA4523;
 height: 220px;
 width: 46.5%;
 float: left; 
}

#content {
 color: #333;
 width: 100%;
 float: left;
 background: #ffffff;
 height: 100%;
}

/* text */


p {
 padding: 10px;
}

#leftcolumn p
{
	color: white;
	text-align: right;
	margin-top: 110px;
	padding-right: 25px;
}

#rightcolumn p
{
	color: white;
	margin-top: 130px;
	line-height: 16px;
	font-size: 11.5px;
	padding-left: 25px;
	border-left: 1px white solid;
}

#content p
{
width: 640px;
color: black;	
background-color: red;
margin-left: auto;
margin-right: auto;
}

#slideshow {
background-image:url('images/slideshow/01.jpg');
width: 640px;
height: 480px;
margin: 7% auto;
}

