* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
#	background: url(images/stripe.png) repeat;
	background-color: #FFD4D6;
	
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font: 5.0em title, Tahoma;
	color: white;
	margin-bottom: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
#	color: green;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

#page-wrap {
	background: white;
	min-height: 400px;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
        -moz-border-radius: 5px;
        border-radius: 5px;
	}
	#page-wrap #inside {
		margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#main-content {
#	background: url(images/left-sidebar.gif) repeat-y white;
#	background-color: #FF3A40;
	padding-left: 230px;
	min-height: 400px;
	padding-top: 20px;
}
	
#header {
	background-color: #FF131B;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
	
#left-sidebar {
	width: 180px;
	float: left;
	text-align: center;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	background-color: #FF131B;
	text-align: center;
	font: 2.0em title, Tahoma;
	padding-top: 10px;
	padding-bottom: 1px;
	color: white;
        -moz-border-radius: 5px;
        border-radius: 5px;
}

@font-face {
    font-family: title;
    src: url('../fonts/BelweStd-Bold.otf');
}
a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: #FF0000;
}
a:active {
COLOR: #FFD4D6;
}

