h1
{
	font-variant: small-caps;
	font-size: 18pt;
	
}

p
{
	font-size: 12pt;
	
}

/*#drop-caps:first-letter {
 	float : left;
 	width : 1.2em;
	font-size: 400%;
	line-height: 100%;
}*/

h2
{
	text-transform: uppercase;
	font-size: 12pt;
}

/* Container Positioning */

#container
{
	padding-top: 20px;
	position: relative;
	z-index: 3;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 80%;
	margin: 0px auto;
}

/* Container Positioning End */


#menu
{
	text-align: center;
	float: left;
	width: 125px;
	padding: 8px 8px 20px 8px;
	background-color: #ff9;
	margin: 0px 50px 20px 0px;
	font-size: 14pt;
	height: 240px;
}

#menu ul
{	
	border: 1px dotted #2e2e2e;
	padding: 3px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul
{
	font-variant: small-caps;
	list-style-type: none;

}

a
{
	color: #333;
	text-decoration: none;	
}


#menu a
{
	
}

#menu a:hover
{
	color: black;
	
}

a:hover{
	font-weight: bold;
	text-decoration: underline;
}

#content
{
	position: relative;
	width: 55%;
	float: left;
}

#content p{
	text-align: justify;
}

#side ul
{
	text-transform: capitalize;
	font-variant: normal;
	font-size: 12pt;
	
}

#side
{
	float: right;
	margin-left: 50px;
}

#side a
{
	color: #ff9;
}

#side a:hover
{
	color: white;
}

#side li
{
	
	text-align: center;
}

#side h2
{
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;
}


#middle
{
	height: 400px;
}

#bottom
{
	position: absolute;
	z-index: 3;
	bottom: 1%;
	color: white;
	width: 100%;
	text-align: center;
	word-spacing: 2px;
	letter-spacing: 1px;
}

#top
{
	margin-bottom:100px;
	text-align: center;
}

#top h1
{
	color: #ff9;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 3px;
}

#top h2
{
	font-size: 10pt;
}

#social a
{
	color: #ff9;
}