@charset "utf-8";
/* CSS Document */

.top {
background-image:url(images/background.jpg);
background-repeat:repeat-x;
height:150px;
}

.background {
margin-top:20px;
width:800px;
background-color:#666;
background-image:url(images/back.jpg);
background-position:bottom;
background-repeat:repeat-x;
}


.portraitInfo {
margin-left:20px;
margin-bottom:50px;
border:#FFFFFF groove thick;
width:600px;
}

.package {
color:#000000;
}

.packageTD {
width:392px;
}

.priceTD {
width:100px;
}

img, td, tr, table {
border-style:none;
}
td {
text-align:left;
vertical-align:top;
overflow:auto;
}

fieldset {
border-color:#FFFFFF;
size:2px;
}

.order {
	line-height:20pt;
	margin-left:20px;
	margin-top:30px;
}

legend {
color:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:16px;
}

a { 
text-decoration:none;
color:#CCC;
}
a:hover {
	color:#000;
}
	

body {
font-size:15px;
color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#000000;
}