﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Main Container for all Pages. */
#mainContainer
{
    position: relative;
    width: 795px;
    margin-left: auto;
    border: 2px solid #006600;
    margin-right: auto;
    background-color: White;
}

/* Header Section */
#picture
{
	background-image: url(Top.gif);
	background-repeat: no-repeat;
	height: 190px;
}

/* Informational */
#informational span
{
	font-weight: bold;
}


/* Main Content */
#content
{
	position: relative;
	width: 600px;
	float: right;
	border-left: 1px dotted #00AEEF;	
	padding-left:5px;
	padding-bottom:10px;
}
#content p
{
	font-size: 80%;
	line-height: 1.6em;
}
#content ul
{
    font-size: 80%;
    line-height: 1.6em;
    list-style-type: circle;
}

/*Buttons Design*/
.AppButton
{
    background-color: #3D9FFB;
    color: #FFFFFF;
    text-decoration: none;
}
.italizise
{
	font-style:italic;
}


