/*=====================================================*/
/* Global Reset
/*=====================================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
	
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


:focus {
	outline: 0;
}


ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


a { text-decoration:none; border:none; }

img {  
 border-style: none;
}

/*=====================================================*/
/* Global Style Definitions
/*=====================================================*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: url(../img/bg_cont.jpg) #000000 repeat-y top center;
	padding: 0px;
}

p {
	line-height: 125%;
}

a:link { color:#333333; text-decoration: none; }
a:visited { color:#333333; text-decoration: none; }
a:hover { color:#333333; text-decoration: none; }
a:active { color:#333333; text-decoration: none; }

h1 {
	font-size: 16px;
	color: #b92025;
	margin: 4px 0 4px 0;
}

h2 {
	font-size: 14px;
	color: #ffffff;	
}

/*=====================================================*/
/* Layout Style Definitions
/*=====================================================*/

#container { 
	width: 100%;
	float: left;
}

#container_width {
	width: 1000px;
	background: url(../img/bg.jpg) #000000 no-repeat top center;
	margin: 0 auto;
}

#main {
	width: 1064px;
	min-height: 667px;
	margin: 0 auto;
}

#column_left {
	width: 785px;
	float: left;
}

#column_right {
	width: 182px;
	height: 834px;
	background: url(../img/destination.png) no-repeat top left;
	float: left;
}

/*=====================================================*/
/* Logo Link Definitions
/*=====================================================*/

.myspace a {
	width: 479px;
	height: 43px;
	background: url(../img/myspace.png) no-repeat;;
	display: block;
	float: left;
}

.myspace a:hover {
	width: 479px;
	height: 43px;
	background: url(../img/myspace_ro.png) no-repeat;;
	display: block;
	float: left;
}

.facebook a {
	width: 485px;
	height: 43px;
	background: url(../img/facebook.png) no-repeat;;
	display: block;
	float: left;
}

.facebook a:hover {
	width: 485px;
	height: 43px;
	background: url(../img/facebook_ro.png) no-repeat;;
	display: block;
	float: left;
}

.youtube a {
	width: 479px;
	height: 43px;
	background: url(../img/youtube.png) no-repeat;;
	display: block;
	float: left;
}

.youtube a:hover {
	width: 479px;
	height: 43px;
	background: url(../img/youtube_ro.png) no-repeat;;
	display: block;
	float: left;
}

/*=====================================================*/
/* Content Style Definitions
/*=====================================================*/

#content {
	width: 500px;
	margin: 100px 0 0 0;
	height: auto;
	float: left;
}

.title {
	width: 100%;
	margin: 0 0 0 254px;
	float: left;
}

.blue_block {
	width: 100px;
	height: 12px;
	background: #232b41;
	margin: 5px 0 0 0;
	border: 1px solid #000000;
	float: left;
}

.space {
	width: 100%;
	height: 50px;
	float: left;
}

#link_table {
	margin: 0 0 0 100px;
	float: left;
}

#link_table td {
	padding: 2px 0;
}

#subscribe_table {
	width: 345px;
	padding: 5px 2px 0 2px;
	float: left;
}

input.detail {
	width: 159px;
	height: 27px;
	background: #282828;
	padding: 8px 0 0 10px;
	font-size: 14px;
	color: #505050;
	border: none;
}

input.submit {
	width: 100px;
	height: 16px;
	background: #232b41;
	border: 1px solid #000000;
	color: #505050;
	font-size: 8px;
	margin: 5px 0 0 253px;
	padding: 0px;
}