/* containers for centering purposes */

#container-hp {
	background-color: #FFFFFF;
	border: thin dotted #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 10px; 
}
#container-contact {
	background-color: #FFFFFF;
	border: thin dotted #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding: 0px; 
}
#container-cv {
	background-color: #fff;
	border: thin dotted #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 1750px;
	padding: 10px; 

}
#moviecontainer {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 370px;
	background-color: #FFFFFF;
	margin-top: 50px;
	border: thin #CCCCCC solid;
}

/* end of page containers */
#nav-container ul li {
    display: inline;
    margin: 0;
    padding: 1em;
    text-decoration: none;
    list-style-type: none;
}


.centerbuttons {
text-align: center;
}

#cv-box {
	margin-left: auto;
	margin-right:30px;
	width: 550px;
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(images/cvpaper.jpg);
	background-repeat: repeat;
}
#contact-box {
	margin-left: auto;
	margin-right:auto;
	width: 300px;
	float: left;
	padding-left: 20px;
}
#contact_flower {
float: right;
width:auto;
}

#cvtypesbox {
	width: 80px;
	float: left;
	/*list-type: none;*/
	margin-top: 100px;
    text-decoration: none;

}

/*end of containers*/
 
/* resume contact me box */
contact-list {
    display: inline;
    text-decoration: none;
    list-style-type: none;
	margin: 0;
    padding: 1em;
}

#logo {
    padding-left: 120px;
    padding-right: 200px;
}

/* buttons and links */

a:link {
    text-decoration: none;
    color: #000033;
}
a:hover {
    color: #FF9900;
	 text-decoration: none;
}

a:active {
    color:#FFCC00;
	 text-decoration: none;

}

a:visited {
    text-decoration: none;
    color:#000033
}

/*end of buttons and links/*
/* generic css tags */
 
 h1, h2, h3, h4, p, li, dd, dt {
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
h1{
	font-size:18px;
}
h2{
	font-size:16px;
	text-indent: 5px;
}
h3{
	font-size:15px;
	text-indent: 10px;
}
h4{
	font-size:14px;
	text-indent: 25px;
}
p, li, dd, dt{
    font-size:12px;
}
/*end of generic css tags*/
body {
	background-repeat: repeat-x;
	background-image: url(images/fwa-background2.jpg);
}

.emaillook {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.blackbox {
	border: 1px solid #333333;
}
