/*  
Theme Name: Drawing Your Dreams - TestPage
Author: Jesse (JWorksUK) James
Author URI: http://www.jworksuk.com
*/

#flashcontent {
	height: 600px;
	}

body {
    padding: 0;
	padding-bottom: 20px; /* Some nice space in IE */
	margin: 0;
	text-align: center;
	background: url(images/bodybg.jpg);
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	}

a:link {color: #0448af; }
a:visited {color: #0448af; }
a:hover {color: #0448af; }

#mainContainer {
	width:900px;
	margin: 20px auto; /* funny little bug requires this */
	padding: 0;
	
	text-align:left;
	border: 2px solid black;
	background: white;
	}	
	
#header { 
    width: 900px;
	background: url(images/header.jpg);
	height: 200px;
	border-bottom: 2px solid black;
	}
	

/* Content style
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#content p {
	padding: 0 25px;
	margin: 10px 0;
	}

#banner {text-align: center;
	}
	
#banner img {padding-bottom: 10px;
	border: 0px;
	}

/* Footer Begins Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer {
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
	}

#footer p {  
	margin: 10px 0;
	line-height: 1.2em;
	}

/*Hyperlink colors*/
#footer a:link { text-decoration: underline;
	color: #FFFFFF;
	}
				 
#footer a:hover { text-decoration: underline;
	color: #FFFFFF;
	}
				 
#footer a:visited { text-decoration: underline;
	color: #FFFFFF;
	}
  
/* Extra Styles (Colors, sizes, etc) Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
		
.small {font-size: 8pt; }	
.medium { font-size: 1.6em; }
.large { font-size: 2em; }

.red { color: red; }
.bold { font-weight: bold; }

#clear { clear: both; }