/************************
Holiday - sgvt
************************/

*
{
	margin:0;
	padding:0;
}

body
{
	background:#790000;
}

p
{
	font-family:arial, helvetica, sans serif;
	font-size:13px;
	font-style:normal;
	line-height:14px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#fff;
}

h1
{
	font-family:arial, helvetica, sans serif;
	font-size:16px;
	font-style:normal;
	line-height:17px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:right;
	color:#fff;
}

h2
{
	font-family:arial, helvetica, sans serif;
	font-size:15px;
	font-style:normal;
	line-height:16px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#fff;
}

#text_holder p
{	
	margin:0 0 10px 0;
}

#text_holder h2
{
	text-align:center;
	margin:0 0 5px 0;
}

/**************************
classes
**************************/
.aligncenter
{
	text-align:center;
}

/**************************
links
**************************/
a
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

/*************************
layout
*************************/
#top_strip
{
	width:100%;
	height:37px;
	background:url(../images/topstrip_bg.png) repeat-x;
}
#container
{
	width:800px;
	height:700px;
	/*background:url(../images/sgvt_layout.jpg) no-repeat;*/
	/*position:relative;
	top:0;
	left:0;*/
	margin:10px 0 0 0;
	border:5px solid #fff;
}

#insider_header
{
	width:800px;
	height:149px;
}

#inside_footer
{
	width:800px;
	height:98px;
	margin:10px 0 0 0;
}

#mid
{
	width:800px;
}

#title1
{
	width:395px;
	height:50px;
	float:left;
	margin:65px 0 0 0;
}

#title2
{
	width:380px;
	height:50px;
	float:left;
	margin:65px 0 0 5px;
	padding:0 0 0 5px;
	border-left:1px solid #fff;
}

#box1
{
	width:650px;
	height:110px;
	/*float:left;*/
	/*position:absolute;
	top:150px;
	left:5px;*/
	margin:5px 0 0 0;
	padding:5px 0 5px 50px;
	background:url(../images/box_bg.png);
}

#box2
{
	width:650px;
	height:130px;
	/*float:left;*/
	/*position:absolute;
	top:150px;
	left:270px;*/
	margin:5px 0 0 0;
	padding:5px 0 5px 50px;
	background:url(../images/box_bg.png);
}

#box3
{
	width:650px;
	height:130px;
	/*float:left;*/
	/*position:absolute;
	top:150px;
	left:535px;*/
	margin:5px 0 0 0;
	padding:5px 0 5px 50px;
	background:url(../images/box_bg.png);
}

#image_holder
{
	width:143px;
	height:130px;
	float:left;
	text-align:right;
}

#text_holder
{
	width:500px;
	height:130px;
	float:left;
}