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

/* kill defaults */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li,{text-decoration:none:
}

/* ============= */

body{
background: #000000 url("photos/BG-ginaface2.jpg") top no-repeat;
margin:0;
font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ccc;
line-height:18px;
padding: 0;
}



h1,h2, h3, h4{
font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
color:#ffffff;
padding-bottom:10px;
}

h1{
font-size:24px;
}
h2{
font-size:18px;
}
h3{
font-size:16px;
}
h4{
font-size:14px;
}

p, pre{
padding: 5px 0 10px 0;
margin:10px;
}

a{
font-size:10px;
font-weight:bold;
color:#660000;
text-decoration:underline;
}
a:hover{
color:#ffffff;
}
img{
padding:10px 0 10px 0;
}





.flashcontent {
width:100%;
height:100%;
margin:0;
padding:0;

}

#container {
	position: relative;
	margin:auto;
	padding: 50px 0px 0 0px;
	width: 900px;
	text-align: left;
}

#sidebar {
	position: relative;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width: 320px;
	height:250px;
	text-align: center;
}


#content {
	
	position: relative;
	margin:0 0 0 15px;
	padding: 10px 0 0 15px;
	width: 620px;
	text-align: left;
}
