@charset "utf-8";
/* CSS Document */
/*Body/Content Setup */
body{
background-color:black;
margin: 0px;
padding-top: 5px
}


#container{
background:url(../graphics/background.jpg) center no-repeat;
width:950px;
height: 650px;
position: relative;
margin: auto;
padding-top: 50px;

}

#container2{
width:950px;
margin: auto;
text-align:left;
border: #898989 1px solid;

}

#container3{
background:url(../graphics/portfoliobackground.jpg) center no-repeat;
width:900px;
height: 750px;
position: relative;
margin: auto;
padding-top: 50px;

}

#container4{
background:url(../graphics/portfoliobackground2.jpg) center no-repeat;
width:900px;
height: 750px;
position: relative;
margin: auto;
padding-top: 50px;

}
.left {
	float: left; 
	width: 275px;
	margin: 0px;
	padding-top: 5px;
	}

.main { 
	 
	margin-left: 275px;
	padding-top: 15px;
	background:url(../graphics/mainbackground.jpg) top no-repeat;
	text-align: left;
	
}

.portfolio{
	padding: 79px 0px 0px 50px;
	
}
	

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#links{

position: relative;
left: 67px;
top: 165px;
}

#title{
	vertical-align:top;
	margin: 0;
	padding: 0;
}

.nav {
padding-left: 70px;
padding-top: 100px;

}

.imgcenter {
margin-left: 210px; 


}
	
.picscenter {
margin-left:150px;
border=0px;
}


.fltrt {
	float: right;
	margin:10px 20px 10px 20px;


}
.fltlft { 
	float: left;
	margin: 0px 8px 0px 25px;
}
/*homepage buttons*/
#about {
	left: 0px;
	width: 125px;
	height: 325px;
	cursor:pointer;
	position: absolute;
}
#portfolio {
	left: 145px;
	width: 125px;
	height: 325px;
	/*background:url(../graphics/portfolio.jpg);*/
	cursor:pointer;
	position: absolute;
}
#weddings {
	left:  290px;
	width: 125px;
	height: 325px;
	/*background:url(../graphics/weddings.jpg);*/
	cursor:pointer;
	position: absolute;
}
#contact {
	left:  435px;
	width: 125px;
	height: 325px;
/*	background:url(../graphics/contact.jpg);*/
	cursor:pointer;
	position:absolute;
}


/*
a#about:hover {
	background: url(../graphics/about_ro.jpg) ;
}

a#portfolio:hover {
	background: url(../graphics/portfolio_ro.jpg) ;
} 
a#weddings:hover {
	background: url(../graphics/weddings_ro.jpg);
}
a#contact:hover {
	background: url(../graphics/contact_ro.jpg);
}
*/
/*font stuffs*/

p{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: white;
line-height: 23px;
padding: 5px 25px 5px 25px;
}

#SLIDESTEXT {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: white;
}

.italic{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color: #CCCCCC;
line-height: 25px;
padding: 5px 25px 5px 25px;
font-style:italic
}

.tinytype {
font-family:Arial, Helvetica, sans-serif;
color: #999999;
font-size: 10px;
vertical-align: middle;
text-align:center; 
padding-top: 5px;
}

/*links*/

A:link
{
    	FONT-SIZE: 13px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
    	
}


A:visited
{
    	FONT-SIZE: 13px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}


A:hover
{
    	FONT-SIZE: 13px;
		COLOR: white;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}

A:active
{
    	FONT-SIZE: 13px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;	
}

a:focus { outline: none; }

a#small:link 
{
    	FONT-SIZE: 10px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
    	
}
a#small:visited 
{
    	FONT-SIZE: 10px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}
a#small:hover 
{
    	FONT-SIZE: 10px;
		COLOR: white;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}

a#small:active 
{
    	FONT-SIZE: 10px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;	
}


a#nav:link 
{
    	FONT-SIZE: 15px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
    	
}
a#nav:visited 
{
    	FONT-SIZE: 15px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}
a#nav:hover 
{
    	FONT-SIZE: 15px;
		COLOR: white;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;
}

a#nav:active 
{
    	FONT-SIZE: 15px;
		COLOR: #999999;
    	FONT-family: Arial, Helvetica, sans-serif;
    	border: 0px;
		text-decoration: none;	
}
