﻿/*
DragonLights.Net CSS for Default Home Page
Written by Matthew Firth
© 2007 Pleasantville Distribution All Rights Reserved 
*/

body {
}

div.SlideDiv
{
	width: 760px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;	
}

#Guts
{
	width: 760px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;			
}

#Guts #SideThingy
{
	background-image: url("/DragonLights/Images/Home/Side.jpg");	
	width: 208px;
	height: 138px;
}

#Guts #Greeting
{
	width: 552px;
	height: 117px;
	background-image: url("/DragonLights/Images/Home/TopBack.jpg");
	background-repeat:repeat;
}

#Guts #GutsTop
{
	background-image: url("/DragonLights/Images/Home/TopGreeting.jpg");	
	background-repeat:no-repeat;
	width: 552px;
	height: 14px;
}

#Guts #GutsRight
{
	background-image: url("/DragonLights/Images/Home/GutsRight.jpg");	
	background-repeat:no-repeat;
	background-position:bottom;
	vertical-align:bottom;
	width: 11px;
	height: 107px;
}

#Guts #GutsBottom
{
	background-image: url("/DragonLights/Images/Home/BottomGreeting.jpg");	
	background-repeat:no-repeat;
	vertical-align:bottom;
	width: 552px;
	height: 18px;
}

#Guts #Greeting #Welcome
{
	margin: 6px 0 0 10px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 1px;

}

#Guts #Greeting h1
{
	margin: 0 0 0 10px;
	font-family:Tahoma;
	font-size: 12px;
	font-weight: bold;
	height:18px;

}

#Guts #Greeting p
{
	margin: 0 12px 0 11px;
	font-family:Tahoma;
	font-size: 12px;

}



