body {
    background-image: url(Images/bggradient.jpg);
    background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color :#336600;
	scrollbar-base-color : #99CC99;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #99CC99;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #99CC99;
	scrollbar-track-color : #CCE6CC;
}

#mainbg
{
    background-image: url(Images/Menu/HeaderLogo.png);
	height:129px;
	background-repeat: no-repeat;
}

#bgbody
{
    background-color:#EFF7EE;
	height:450px;
	background-repeat: no-repeat;
}

#bgbodyAnimation
{
    background-color:#EFF7EE;
	height:800px;
	background-repeat: no-repeat;
}

#bgbodyPortrait
{
    background-color:#EFF7EE;
	height:1100px;
	background-repeat: no-repeat;
}

#bgbodyProfile
{
    background-color:#EFF7EE;
	height:680px;
	background-repeat: no-repeat;
}

#bgbodyPortfolio
{
    background-color:#EFF7EE;
	height:600px;
	background-repeat: no-repeat;
}

#bgbodyPersonal
{
    background-color:#EFF7EE;
	height:980px;
	background-repeat: no-repeat;
}

#bgbodyMontage
{
background-color:#EFF7EE;
	height:880px;
	background-repeat: no-repeat;
}

#fixedheaderbg{
    background-image: url(Images/bgHeaderShort.jpg);
	background-repeat: no-repeat;
}

#fixedmainheaderbg{
    background-image: url(Images/bgHeader.jpg);
	background-repeat: no-repeat;
}

#menuBottom
{
    background-image: url(Images/Menu/bgBottom.gif);
	width:960px;
	height:36px;
	background-repeat: no-repeat;
}

/*Navigation Menu*/
div#nav {
    float:left;
    position:absolute;top:160px;
    width: 962px;  
	padding: 0px; 
	}

#nav ul {
list-style-type: none; /* suppression of useless elements */
margin: 0;
padding: 0;/* precision for Opera */
}
#nav li { float:left;} /* lists aligned to the left */

.Home a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabHome.gif) 0 0 no-repeat; }
.Home a:hover { background: url(Images/Menu/tabHomeOver.gif) 0 0 no-repeat; }
.Home a:active {}

.Profile a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabProfile.gif) 0 0 no-repeat; }
.Profile a:hover { background: url(Images/Menu/tabProfileOver.gif) 0 0 no-repeat; }
.Profile a:active {}

.Cartoon a { display:block; width: 142px; height: 23px; background: url(Images/Menu/tabCartoonPortrait.gif) 0 0 no-repeat; }
.Cartoon a:hover { background: url(Images/Menu/tabCartoonPortraitOver.gif) 0 0 no-repeat; }
.Cartoon a:active {}

.Animation a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabAnimation.gif) 0 0 no-repeat; }
.Animation a:hover { background: url(Images/Menu/tabAnimationOver.gif) 0 0 no-repeat; }
.Animation a:active {}

.Contact a { display:block; width: 164px; height: 23px; background: url(Images/Menu/tabServiceContact.gif) 0 0 no-repeat; }
.Contact  a:hover { background: url(Images/Menu/tabServiceContactOver.gif) 0 0 no-repeat; }
.Contact  a:active {}

.Blog a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabBlog.gif) 0 0 no-repeat; }
.Blog a:hover { background: url(Images/Menu/tabBlogOver.gif) 0 0 no-repeat; }
.Blog a:active {}

.PersonalArt a { display:block; width: 116px; height: 23px; background: url(Images/Menu/tabPersonalArt.gif) 0 0 no-repeat; }
.PersonalArt a:hover { background: url(Images/Menu/tabPersonalArtOver.gif) 0 0 no-repeat; }
.PersonalArt a:active {}

.Freebies a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabFreebies.gif) 0 0 no-repeat; }
.Freebies a:hover { background: url(Images/Menu/tabFreebiesOver.gif) 0 0 no-repeat; }
.Freebies a:active {}

.Links a { display:block; width: 90px; height: 23px; background: url(Images/Menu/tabLinks.gif) 0 0 no-repeat; }
.Links a:hover { background: url(Images/Menu/tabLinksOver.gif) 0 0 no-repeat; }
.Links a:active {}


/*Links Menu*/
#links ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }

/*Boxes For Index*/
#boxPortrait
{
    background-image: url(Images/Menu/boxPortrait.gif);
	width:270px;
	height:296px;
	float:left;
	background-repeat: no-repeat;
	
}

#boxAbout
{
    background-image: url(Images/Menu/boxAbout.gif);
	width:270px;
	height:121px;
	float:left;
	background-repeat: no-repeat;
	
}

#boxUpdate
{
    background-image: url(Images/Menu/boxUpdate.gif);
	width:351px;
	height:427px;
	float:left;
	background-repeat: no-repeat;
	
}

#boxAnimation
{
    background-image: url(Images/Menu/boxAnimation.gif);
	width:296px;
	height:427px;
	float:left;
	background-repeat: no-repeat;
	
}

/*Fonts*/
.date {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	color: #999999;
	font-size: 18px;
	letter-spacing: normal;
	text-transform: capitalize;
}

.body	{
    color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 10px;
}

.description {
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1.5px;
}
.header {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #356534;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.advert {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #499449;
	text-transform: capitalize;
	font-weight: bold;
}
.subheaderunder {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	color: #55AA55;
}
.subheader {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #FC618F;
}
.bullet {
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 10px;
	list-style-position: inside;
	list-style-type: square;
}
.bodyitalic {color: #333333; font-family: Verdana, Tahoma, Arial; font-weight: normal; font-size: 10px; font-style: italic; }

.bodysmall {
	font-size: 9px;
	font-weight: bold;
	color: #499449;
	font-family: Verdana, Tahoma, Arial;
}

.linkmain {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #356534;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.link {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #58AB58;
	text-decoration: none;
	font-weight: bold;
}
.linkitalic {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #58AB58;
	text-decoration: underline;
}

.link:hover {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #FC618F;
	text-decoration: underline;
}
.greylink {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	font-style: italic;
	color: #CCCCCC;
}
.BottomSeparator {

	color: #58AB58;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 10px;
}
.headermain {
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FC618F;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.headerposter {

	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}
.headergreen {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #499449;
	font-weight: bold;
}
.bodysmallgrey {

	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial;
	color: #333333;
}
.bodygreen {

	color: #99CC99;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 10px;
}
.bodydescription {

	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	color: #66B366;
}
.imageborder {
    border: 2px; 
	border-thickness: 2px; 
	border-color:#FFFFFF;
    border-style: solid;
}

.imagebordergreen {
    border: 2px; 
	border-thickness: 2px; 
	border-color:#D7EBD7;
    border-style: solid;
}

A:visited .imageborder {
    border:2px; 
	border thickness: 2px; 
	border-color: #FFFFFF; 
	border-style: solid
}
A:hover .imageborder, A:active .imageborder {
    border:2px; 
	border-thickness: 2px;
    border-color:#FC618F; 
	border-style: solid
}.body12 {

	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 12px;
}
.linkline {

	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: #58AB58;
	text-decoration: underline;
	font-weight: bold;
}

/*Content Holders For Other Pages*/
div#title{
	position:absolute;top:202px;left:210px;
	width: 355px; 
	height: 14px;
	background: #F7F7F7;
	background-image: url(Images/bgHeader.jpg);
	background-repeat: no-repeat;
	padding: 3px; 
	}

div#imageholder{
	float: left;
    width: 72px; 
	background:#F7F7F7; 
	padding: 0px; 
	border-style: solid;
	border-width: 3px;
	border-color:#D7EBD7;
	margin: 0px 0px 0px 20px;
	}
	
div#box {
	position:relative;
	top:10px;
	left:10px;
	width:900px;
	padding: 3px;
	height: 550px;
	}

div#box2 {
	position:relative;top:0px;left:0px;
    width: 450px; 
	background:#F7F7F7; 
	padding: 3px; 
	border-style: solid;
	border-width: 3px;
	border-color:#D7EBD7;
	}

	
div#box3{
	position:relative;
	top:20px;
	left:10px;
	width:900px;
	padding: 3px;
	height: 375px;
	}
	
div#box4{
	position:relative;
	top:0px;
	left:350px;
	width:400px;
	padding: 3px;
	height: 375px;
	}
