/* This CSS document is property of Plan-A-Plane.com */

/* Basic Elements */

html { 
	margin: 0;
	padding: 0;
}

body { font-family: Arial, Helvetica, sans-serif;
}

img {
display: block;
}

.redfont {
	color: red;
}

p {
text-decoration: none;
font-size: 14px;
	text-align: left;
    padding:10px;
}

p link {
	color: red;
	text-decoration: none;
}

p a:link {
	color: red;
	text-decoration: none;
}

p v:link {
	color: red;
	text-decoration: none;
}

.style2 {
	color: #798EC7
}

.paragraph {
	font-size: 12px;
	font-weight: bold;
}

.letters {
	font-size: 24px;
	font-weight: bold;
}

.paragraphs1 {
	width: 450px;
	text-align: center;
}

.paragraphs3 {
	width: 450px;
	text-align: left;
}

.paragraphs2 {
	text-align: left;
}

.paragraphs4 {
	font-size: 12px;
}

/* Advanced Elements */


#container {
	 padding: 0 136px 0 132px;  
	 margin: 0;
	 width: 733px;
	 display: block;
	 
}

#content {
	background-color: #FFFFFF;
}

#footer {
	background-image: url(../images/footer.gif);
	text-align: center;
	width: 733px;
    height: 44px;
	vertical-align: sub;
	font-size: 12px;
	text-decoration: none;
}

#footer a {
color: #000000;
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: none;
}

#footer a:visted {
color:#FFFFFF;
text-decoration: none;
}

#copy {
color:#FFFFFF;
text-align: right;
}

#copy p {
text-align: right;
}