﻿@font-face
{
font-family:"Monotype Corsiva";
src:url("fonts/MTCORSVA.TTF");
}
@font-face
{
font-family:"Minion Pro";
src:url("fonts/MinionPro-Regular.otf");
}
@font-face
{
font-family:"Arial";
src:url("fonts/arial.ttf");
}
body
{
background:url("images/yellow-wall.jpg");
}

*
{
margin: 0px; padding: 0px;
}

#wrapper
{
width: 960px;

margin: auto;
}

#header
{
height: 100px;
border-radius: 20px 20px 0px 0px;
}
#logo
{
border-radius: 20px 20px 0px 0px;
width: 960px;
height: 100px;
background:green;
}
#logo h1
{
text-align:center;
color:red;
font-family: Arial;
font-size:40px;
padding:5px;
}
#logo h2
{
	color:yellow;
	font-size:30px;
	text-align:center;
}	


#nav a
{
text-decoration:none;
color:#fff;
font-size:20px;
background:green;
border-radius:15px 15px 0px 0px;
padding:15px;
}

#nav a:hover
{
background:gold;
color:green;
}
#nav a.activ
{
background:gold;
color:green;
padding-top:25px;
}
#content
{
width:910px;
padding:20px;
border:green 5px solid;
background:Cornsilk;
}
#content div
{
clear:both;
}


#content img
{
margin:20px;
border-radius:15px;
border:red 5px solid;
float:left;
}
#content h2
{
padding-top:10px;
text-align:left;
color:black;
font-family: Arial;
font-size:30px;
font-weight:bold;
padding-bottom:10px;

}
#content p
{
text-align:left;
color:black;
font-family: Arial;
font-size:18px;
font-weight:bold;
padding-bottom:20px;
}
#content span
{
display:none;
}
#content span:visited
{
display:block;
}
#contentg
{
text-align:center;
}

#contentg img
{
margin:20px;
border-radius:10px;
border:red 5px solid;
float:none; 
}
#contentg iframe
{
margin:20px;
border-radius:20px;
border:red 5px solid;
text-align:center;
}
#contentg h2
{
text-align:center;
padding-top:10px;
color:black;
font-family: Minion Pro;
font-size:50px;
font-weight:bold;
padding-bottom:10px;
}
#contentg p
{
text-align:left;
color:black;
font-family: Minion Pro;
font-size:18px;
font-weight:bold;
padding-bottom:20px;
}
#contentg div
{
clear:both;
}
#futer
{
width:960px;
height:150px;
background:green;
border-radius:0px 0px 20px 20px;
}

#futer h2
{
	color:yellow;
	font-size:30px;
	text-align:center;
	padding-top:5px
}	
