﻿@charset "utf-8";
/* CSS Document */


		
/* BODY */ 
body {
    background-image:url(http://eskipaper.com/images/pink-flowers-background-2.jpg);
}
 
	colour: #FBC6C7;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	text-align: justify;
	line-height: 1.5;}
	



.body {margin: auto;
width: 80%;
clear: both; }


a:link {color: #F97CBE;
text-decoration: none;}


a:visited {color: #2AE939;
text-decoration: none;}


a:hover {color: #D6F721;
font-weight: bold;
text-decoration: line-through; }

 
 
.mainheader img{width: 100%;
position: relative;
height: auto;
margin: 2%;}
 
 .mainheader nav{
	 background-color:#FBCFEB;
	 text-align: center;
	 height: 40px;
	 border-radius:5px;
	 -mo-border-radius: 5px;
	 -webkit-border-radius: 5px;}
	 
.mainheader nav ul {line-style: none;
margin: 0 auto;}

.mainheader nav li {float: center;
display: inline;}

.mainheader nav a:link,
.mainheader nav a:visited {background-color: #D00104;
display: inline-block;
padding: 10px 20px;
height: 20px;}

.mainheader nav a:hover, .mainheader nav a:active;
{background-color: #2B2424;
text-shadow: none;}

.mainheader nav ul li a {border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}

.maincontent {line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}

.content {width: 70%;
float: left;}

.topcontent {background-color: #F5CADE;
border-radius: 5px;
-moz-background-radius: 5px;
-webkit-border-radius: 5px;
padding: 3% 5%;
margin-top: 2%;}

.topcontent h1 {font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 48px;}



.mainsidebar {line-height: 25px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;}


.topsidebar {width: 22%;
float: left;
background-color: #F5A0A2;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-left: 4%;
margin-top: 2%;
padding: 2%;}


.topsidebar h1 {font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
font-size: 48px;}

.mainfooter {width: 100%;
float: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background-color: #F598EC;
margin: 2% 0;}

.mainfooter p {width: 92%;
margin: 2% auto;
color: #5E4141; }
